From 246a52911e9ff4086ad30fb39051782d2b6484f1 Mon Sep 17 00:00:00 2001 From: UO289432 Date: Tue, 12 Mar 2024 19:35:08 +0100 Subject: [PATCH] Eliminadas modificaciones release --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1974cc..2746744 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: node-version: 20 - run: npm --prefix webapp ci # - run: npm --prefix webapp test -- --coverage - - run: npm --prefix questionservice ci - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: @@ -31,8 +30,6 @@ jobs: - run: npm --prefix webapp install - run: npm --prefix webapp run build # - run: npm --prefix webapp run test:e2e - - run: npm --prefix questionservice install - - run: npm --prefix questionservice run build docker-push-webapp: name: Push webapp Docker Image to GitHub Packages runs-on: ubuntu-latest