Skip to content

Commit

Permalink
Switching things around
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-0ff committed Jul 10, 2023
1 parent ccd1147 commit ef0de5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cypress2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef0de5a

Please sign in to comment.