Skip to content

Commit

Permalink
arreglo sintaxis fichero yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmera01 committed May 4, 2022
1 parent f9bf70a commit f5b68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
env:
PASSWORD_TEST:${{ secrets.PASSWORD_TEST}}
PASSWORD_TEST: ${{ secrets.PASSWORD_TEST}}
SECRET: ${{ secrets.SECRET_PASSWORD_TEST}}
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
Expand Down

0 comments on commit f5b68f9

Please sign in to comment.