Skip to content

Commit

Permalink
Cambio en release para pruebas e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzidee committed Apr 25, 2024
1 parent 67d2129 commit 038267f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ jobs:
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install

- run: npm --prefix gatewayservice start
- run: npm --prefix questionservice start
- run: npm --prefix users/authservice start
- run: npm --prefix users/historyservice start
- run: npm --prefix users/userservice start
- run: npm --prefix gatewayservice start &
- run: npm --prefix questionservice start &
- run: npm --prefix users/authservice start &
- run: npm --prefix users/historyservice start &
- run: npm --prefix users/userservice start &

- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
- run: kill $(jobs -p) || true
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 038267f

Please sign in to comment.