Skip to content

Commit

Permalink
Vuelta al release anterior
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzidee committed Apr 25, 2024
1 parent 038267f commit 568c181
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,8 @@ jobs:
- run: npm --prefix questionservice install
- 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 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 568c181

Please sign in to comment.