Skip to content

Commit

Permalink
Fixed andorid build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 11, 2020
1 parent 473a3f6 commit 2087c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: yarn install
working-directory: example
- run: ./gradlew assemble
working-directory: example
working-directory: example/android
- run: yarn install
- run: yarn run unittest
- run: yarn run generate

0 comments on commit 2087c34

Please sign in to comment.