diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 7c8b754..83e4ea6 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -39,10 +39,10 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 - - 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 install + # - run: npm --prefix restapi install + # - run: npm --prefix webapp run build + # - run: npm --prefix webapp run test:e2e docker-push-webapp: name: Push webapp Docker Image to GitHub Packages env: