From ef0de5ab6a75c64ca2bd7b495abfdc28814ea9fe Mon Sep 17 00:00:00 2001 From: Rob-0ff Date: Mon, 10 Jul 2023 22:43:40 +0200 Subject: [PATCH] Switching things around --- .github/workflows/cypress2.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress2.yml b/.github/workflows/cypress2.yml index f8f85e85..5f032deb 100644 --- a/.github/workflows/cypress2.yml +++ b/.github/workflows/cypress2.yml @@ -9,16 +9,17 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Update @angular/compiler and @angular/compiler-cli - run: npm install @angular/compiler@16.1.3 @angular/compiler-cli@16.1.3 --legacy-peer-deps - - name: Cypress install uses: cypress-io/github-action@v5 with: # Disable running of tests within install job runTests: false build: npm run build - run: npm install --legacy-peer-deps + + - name: Update @angular/compiler and @angular/compiler-cli + run: npm install @angular/compiler@16.1.3 @angular/compiler-cli@16.1.3 --legacy-peer-deps + + - run: npm install --legacy-peer-deps - name: Save build folder uses: actions/upload-artifact@v3