Skip to content

Commit

Permalink
release e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Apr 8, 2024
1 parent cd9fc05 commit d1fcbe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: CI=true && npm --prefix webapp run test:e2e
- run: CI=true
- run: npm --prefix webapp run test:e2e

docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
Expand Down

0 comments on commit d1fcbe0

Please sign in to comment.