We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a51cc72 + 246a529 commit 7630d18Copy full SHA for 7630d18
.github/workflows/release.yml
@@ -14,7 +14,6 @@ jobs:
14
node-version: 20
15
- run: npm --prefix webapp ci
16
# - run: npm --prefix webapp test -- --coverage
17
- - run: npm --prefix questionservice ci
18
- name: Analyze with SonarCloud
19
uses: sonarsource/sonarcloud-github-action@master
20
env:
@@ -31,8 +30,6 @@ jobs:
31
30
- run: npm --prefix webapp install
32
- run: npm --prefix webapp run build
33
# - run: npm --prefix webapp run test:e2e
34
- - run: npm --prefix questionservice install
35
- - run: npm --prefix questionservice run build
36
docker-push-webapp:
37
name: Push webapp Docker Image to GitHub Packages
38
runs-on: ubuntu-latest
0 commit comments