Skip to content

Commit

Permalink
Fix choosing tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Nov 22, 2024
1 parent 067ef5d commit d836e6a
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:
restore-keys: |
${{ runner.os }}-cypress-
- name: Choose tests to run - choice is the default
run: sed "s|SELECTION||g" cypress.env.json.cicd.template > cypress.env.json.cicd
working-directory: ladybug-frontend
if: ${{ matrix.selection == 'default' }}
- name: Choose tests to run
- 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
if: ${{ matrix.selection == 'xml-storage' }}
Expand Down

0 comments on commit d836e6a

Please sign in to comment.