From b32613984ae577cb4f79c13953dc44a7490b6c60 Mon Sep 17 00:00:00 2001 From: Wenting Zhao Date: Fri, 20 Sep 2024 18:19:28 -0400 Subject: [PATCH] Update system.yml --- .github/workflows/system.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index 5cdcccd..b1fb898 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -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