Skip to content

Commit

Permalink
Update E2E workflow to use docker-compose for running E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Apr 26, 2024
1 parent e03ecb0 commit f34e4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
fi
sleep 30
done
- run: cd Common && sudo npm install
- run: cd E2E && sudo npm install && npm run test
- name: Run E2E Tests. Run docker container e2e in docker compose file
run: docker-compose -f docker-compose.dev.yml up --exit-code-from e2e

0 comments on commit f34e4a2

Please sign in to comment.