Skip to content

Commit 98eeb87

Browse files
committed
Try setup-skip action
1 parent 2500114 commit 98eeb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
ANDROID_BUILD_TOOLS_VERSION: 'latest'
4646
ANDROID_EMULATOR_NAME: 'test'
4747
steps:
48+
- uses: skiptools/actions/setup-skip@skip-action
49+
4850
- name: "Setup Environment"
4951
run: |
5052
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:
7274
- name: "Check Emulator"
7375
run: |
7476
$ANDROID_HOME/platform-tools/adb shell 'echo Hello Android!'
75-
76-
- uses: skiptools/actions/setup-skip@skip-action
7777
7878
- name: "Test Swift Package"
7979
run: |

0 commit comments

Comments
 (0)