Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Nov 22, 2024
1 parent 3961d47 commit 85a8770
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/testing.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ jobs:
${{ runner.os }}-cypress-
- name: Choose tests to run - choice is ${{ matrix.selection }}
run: sed "s|SELECTION|\"selection\":\"${{ matrix.selection }}\",|g" cypress.env.json.cicd.template > cypress.env.json.cicd
working-directory: ladybug-frontend

- name: Set Cypress environment variables - default selection
run: cp cypress.env.json.cicd cypress.env.json
run: sed "s|SELECTION|\"selection\":\"${{ matrix.selection }}\",|g" cypress.env.json.cicd.template > cypress.env.json
working-directory: ladybug-frontend

- name: Run linter
Expand Down

0 comments on commit 85a8770

Please sign in to comment.