Skip to content

Commit

Permalink
Prueba despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277931 committed Apr 25, 2022
1 parent 89af3cb commit f6223b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: 16
- run: npm ci
# - run: npm test
# - uses: codecov/codecov-action@v2
- run: npm test
- uses: codecov/codecov-action@v2
unit-test-restapi:
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
name: Push webapp Docker Image to GitHub Packages
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api
SKIP_PREFLIGHT_CHECK: true
runs-on: ubuntu-latest
# needs: [e2e-tests]
needs: [unit-test-webapp]
Expand Down

0 comments on commit f6223b9

Please sign in to comment.