Skip to content

Commit

Permalink
Also check NewHorizons config no warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 4, 2024
1 parent fc2b135 commit b7c2475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/frank-runner-example-cited-correctly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- testFrankRunnerExampleCitedCorrectly
pull_request:
workflow_dispatch:
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/no-console-warnings.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- testConfigsNoWarnings
pull_request:
workflow_dispatch:
jobs:
Expand All @@ -12,7 +11,8 @@ jobs:
matrix:
frankConfig: [
"frank-manual/srcSteps/ladybugInstance/v520",
"frank-manual/srcSteps/Frank2Hermes/v560"
"frank-manual/srcSteps/Frank2Hermes/v560",
"frank-manual/srcSteps/NewHorizons/v510"
]
name: Test that Frank config has no warnings - ${{matrix.frankConfig}}
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7c2475

Please sign in to comment.