Skip to content

Commit

Permalink
Cambio en test
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277931 committed Apr 1, 2022
1 parent 61cd272 commit e8a1047
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 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 All @@ -29,20 +29,20 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v2
e2e-tests:
needs: [unit-test-webapp, unit-test-restapi]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 test
# - uses: codecov/codecov-action@v2
# e2e-tests:
# needs: [unit-test-webapp, unit-test-restapi]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - 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
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
env:
Expand Down

0 comments on commit e8a1047

Please sign in to comment.