Skip to content

Commit 7630d18

Browse files
committed
Merge branch 'develop'
2 parents a51cc72 + 246a529 commit 7630d18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
node-version: 20
1515
- run: npm --prefix webapp ci
1616
# - run: npm --prefix webapp test -- --coverage
17-
- run: npm --prefix questionservice ci
1817
- name: Analyze with SonarCloud
1918
uses: sonarsource/sonarcloud-github-action@master
2019
env:
@@ -31,8 +30,6 @@ jobs:
3130
- run: npm --prefix webapp install
3231
- run: npm --prefix webapp run build
3332
# - run: npm --prefix webapp run test:e2e
34-
- run: npm --prefix questionservice install
35-
- run: npm --prefix questionservice run build
3633
docker-push-webapp:
3734
name: Push webapp Docker Image to GitHub Packages
3835
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)