Skip to content

Commit

Permalink
feat(ci): remove unused install
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Dec 4, 2024
1 parent ca54616 commit 86ffb91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
# - run: npm install
# - run: npm run verify:android

verify-ios:
Expand All @@ -59,5 +59,4 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run verify:ios

0 comments on commit 86ffb91

Please sign in to comment.