Skip to content

Commit

Permalink
Merge pull request pybamm-team#3345 from agriyakhetarpal/scheduled-sc…
Browse files Browse the repository at this point in the history
…ripts-fix

Run `nox -s scripts` in the scheduled tests
  • Loading branch information
Saransh-cpp authored Sep 19, 2023
2 parents a68c038 + e4cb2a4 commit 9da1ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: nox -s examples

- name: Run example scripts tests
if: matrix.os == 'ubuntu-latest'
run: nox -s scripts

#M-series Mac Mini
build-apple-mseries:
needs: style
Expand Down

0 comments on commit 9da1ddf

Please sign in to comment.