Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 15, 2024
1 parent 13c9b17 commit afdedac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
api-level: 34
arch: x86_64
avd-name: ${{ steps.device.outputs.AVD_NAME }}
script: cd test && npm i --force && npx react-native start & npx codeceptjs run --verbose
script: cd test && npm i --force && npx codeceptjs run --verbose

- name: Upload artifacts
if: failure()
Expand Down

0 comments on commit afdedac

Please sign in to comment.