Skip to content

Commit

Permalink
Update asw2122.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO271728 committed May 4, 2022
1 parent 35e89a6 commit 1725f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- run: npm test
- uses: codecov/codecov-action@v2
deploy-webapp:
needs: [unit-test-webapp,unit-test-restapi] runs-on: ubuntu-latest
needs: [unit-test-webapp,unit-test-restapi]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy webapp
Expand Down

0 comments on commit 1725f2e

Please sign in to comment.