Skip to content

Commit

Permalink
change build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangwill committed Sep 20, 2024
1 parent 66922d2 commit ccb4f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Test
run: uv run commit0 test simpy tests/test_event.py::test_succeed --reference
- name: Evaluate
run: uv run commit0 evaluate simpy --reference
run: uv run commit0 evaluate --reference
- name: Lint
run: uv run commit0 lint commit0/harness/lint.py
- name: Save
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
run: |
uv run commit0 save simpy test-save-commit0 master
uv run commit0 save test-save-commit0 master

0 comments on commit ccb4f5c

Please sign in to comment.