Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 11, 2022
1 parent a0f5518 commit 5c4af0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '11'
- name: Build
id: build_code
run: npm verify:android
run: npm run verify:android
build_ios:
runs-on: macOS-latest
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
run: npm ci
- name: Build
id: build_code
run: npm verify:ios
run: npm run verify:ios
deploy:
needs: [build_android, build_ios]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c4af0f

Please sign in to comment.