Skip to content

Commit

Permalink
fixup! Add UI tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Aug 12, 2024
1 parent eaabd3c commit 86cda4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
# Build the test apk to be loaded in the container.
- run: npx detox build --configuration android.emu.release
# Build the docker image containing the Android emulator and all the test dependencies.
- run: |
docker build --network=host --tag inrupt-wallet-frontend-ui-tests:test .
Expand Down

0 comments on commit 86cda4e

Please sign in to comment.