Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Update lomap_en2b.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed May 1, 2023
1 parent 2bdfbfb commit 46139e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lomap_en2b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: npm ci
- run: npm test --coverage --watchAll
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -49,9 +50,7 @@ jobs:
- 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 run test:e2e
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46139e4

Please sign in to comment.