Skip to content

Commit ccb4f5c

Browse files
committed
change build workflow
1 parent 66922d2 commit ccb4f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/system.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Test
2828
run: uv run commit0 test simpy tests/test_event.py::test_succeed --reference
2929
- name: Evaluate
30-
run: uv run commit0 evaluate simpy --reference
30+
run: uv run commit0 evaluate --reference
3131
- name: Lint
3232
run: uv run commit0 lint commit0/harness/lint.py
3333
- name: Save
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
3636
run: |
37-
uv run commit0 save simpy test-save-commit0 master
37+
uv run commit0 save test-save-commit0 master

0 commit comments

Comments
 (0)