Skip to content

Commit

Permalink
Corrigiendo WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271447 committed May 3, 2022
1 parent c8a65df commit a79d2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
# needs: [e2e-tests]
needs: [unit-test-webapp, unit-test-restapi]
steps:
- uses: actions/checkout@v2
- name: Publish to Registry
Expand All @@ -60,7 +60,7 @@ jobs:
docker-push-restapi:
name: Push restapi Docker Image to GitHub Packages
runs-on: ubuntu-latest
# needs: [e2e-tests]
needs: [unit-test-webapp, unit-test-restapi]
steps:
- uses: actions/checkout@v2
- name: Publish to Registry
Expand Down

0 comments on commit a79d2d9

Please sign in to comment.