Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 4, 2024
1 parent 49681cb commit f5fd126
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/no-console-warnings.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
name: Test that Frank config has no warnings - ${{matrix.frankConfig}}
runs-on: ubuntu-latest
steps:
- name: Determine what to test
id: setExpectedBehaviorTag
run: ./setExpectedBehaviorTag.sh ${{ matrix.frankConfig }}
working-directory: frank-manual/.github/workflows
- name: Show expectedBehaviorTag
run: echo "${{ steps.setExpectedBehaviorTag.outputs.expectedBehaviorTag }}"
- name: Checkout Frank!Runner
uses: actions/checkout@v4
with:
Expand All @@ -43,6 +37,12 @@ jobs:
uses: actions/checkout@v4
with:
path: frank-manual
- name: Determine what to test
id: setExpectedBehaviorTag
run: ./setExpectedBehaviorTag.sh ${{ matrix.frankConfig }}
working-directory: frank-manual/.github/workflows
- name: Show expectedBehaviorTag
run: echo "${{ steps.setExpectedBehaviorTag.outputs.expectedBehaviorTag }}"
- name: Copy cypress/cypress.config_cicd.ts to cypress/cypress.config.ts to listen to correct port
run: cp cypress.config_cicd.ts cypress.config.ts
working-directory: frank-manual/cypress
Expand Down

0 comments on commit f5fd126

Please sign in to comment.