Skip to content

Commit

Permalink
Despliegue sin pruebas e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomalv committed May 2, 2022
1 parent 782f4c9 commit 54a1e8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm --prefix webapp install
- run: npm --prefix restapi install
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
# - run: npm --prefix webapp install
# - run: npm --prefix restapi install
# - run: npm --prefix webapp run build
# - run: npm --prefix webapp run test:e2e
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
env:
Expand Down

0 comments on commit 54a1e8d

Please sign in to comment.