We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2500114 commit 98eeb87Copy full SHA for 98eeb87
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
ANDROID_BUILD_TOOLS_VERSION: 'latest'
46
ANDROID_EMULATOR_NAME: 'test'
47
steps:
48
+ - uses: skiptools/actions/setup-skip@skip-action
49
+
50
- name: "Setup Environment"
51
run: |
52
echo "$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/emulator:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools/${{ env.ANDROID_BUILD_TOOLS_VERSION }}" >> $GITHUB_PATH
@@ -72,8 +74,6 @@ jobs:
72
74
- name: "Check Emulator"
73
75
76
$ANDROID_HOME/platform-tools/adb shell 'echo Hello Android!'
-
- - uses: skiptools/actions/setup-skip@skip-action
77
78
- name: "Test Swift Package"
79
0 commit comments