Skip to content

Commit

Permalink
ci(large.yml): fix test selection (#1825)
Browse files Browse the repository at this point in the history
Fix test selection in large.yml, marker no longer exists with test: remove unneeded marker #1820
  • Loading branch information
wpbonelli authored May 18, 2024
1 parent 269ca6e commit 3160dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Run tests
working-directory: modflow6
run: pixi run autotest -m "large"
run: pixi run autotest test_largetestmodels.py

- name: Upload failed test output
if: failure()
Expand Down

0 comments on commit 3160dc7

Please sign in to comment.