Skip to content

Commit

Permalink
cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 19, 2025
1 parent a9f18b1 commit a1080e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-native-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ jobs:
SIMULATOR_UDID: ${{ steps.get-simulator-udid.outputs.simulator_udid }}
run: xcrun simctl boot $SIMULATOR_UDID

- name: Cache Appium Server
uses: actions/cache@v4
env:
cache-name: npm-appium
with:
path: ~/.npm
key: ${{ runner.os }}-${{ env.cache-name }}

- name: Install and Run Appium Server
# id: install-maestro
run: |
Expand Down

0 comments on commit a1080e8

Please sign in to comment.