Skip to content

Commit

Permalink
Update system.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao authored Sep 20, 2024
1 parent 0be5ac1 commit b326139
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ jobs:
env:
MODAL_TOKEN_ID: ${{secrets.MODAL_TOKEN_ID}}
MODAL_TOKEN_SECRET: ${{secrets.MODAL_TOKEN_SECRET}}
run: uv run commit0 test simpy tests/test_event.py::test_succeed --reference
run: |
uv run commit0 test simpy tests/test_event.py::test_succeed --reference --rebuild
uv run commit0 test simpy tests/test_event.py::test_succeed --reference
- name: Evaluate
env:
MODAL_TOKEN_ID: ${{secrets.MODAL_TOKEN_ID}}
MODAL_TOKEN_SECRET: ${{secrets.MODAL_TOKEN_SECRET}}
run: uv run commit0 evaluate --reference
run: |
uv run commit0 evaluate --reference --rebuild
uv run commit0 evaluate --reference
- name: Lint
run: uv run commit0 lint commit0/harness/lint.py
- name: Save
Expand Down

0 comments on commit b326139

Please sign in to comment.