Skip to content

Commit

Permalink
Fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UO282476 authored and UO282476 committed Apr 30, 2023
1 parent abca6a8 commit bc01fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lomap_en1a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
# needs: [unit-test-webapp]
needs: [e2e-tests]
needs: [unit-test-webapp, unit-test-restapi]
# needs: [e2e-tests]
steps:
- uses: actions/checkout@v3
- name: Publish to Registry
Expand Down

0 comments on commit bc01fc2

Please sign in to comment.