Skip to content

Commit

Permalink
Añadido vídeo demostrativo y enlace a la aplicación desplegada
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesit0 committed May 2, 2023
1 parent e8d8db4 commit bf0c170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
- run: npm --prefix webapp install
- run: npm --prefix restapi install
- run: npm --prefix webapp run build
env:
CI: false
- run: npm --prefix webapp run test:e2e

4 changes: 2 additions & 2 deletions .github/workflows/lomap_es1a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- run: npm --prefix webapp install
- run: npm --prefix restapi install
- run: npm --prefix webapp run build
env:
CI: ""
env:
CI: false
- run: npm --prefix webapp run test:e2e
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
Expand Down

0 comments on commit bf0c170

Please sign in to comment.