Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 1, 2024
1 parent 327b11e commit 1af438b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: bazel build -- //...
- name: Run tests
run: python3 scripts/run_tests.py test_results
run: python3 -u scripts/run_tests.py test_results
- name: Checkout main branch
run: |
git remote set-branches origin '*'
Expand All @@ -36,6 +36,6 @@ jobs:
- name: Build
run: bazel build -- //...
- name: Run tests
run: python3 scripts/run_tests.py test_results_ref
run: python3 -u scripts/run_tests.py test_results_ref
- name: Process tests
run: python3 ./bazel-starobservationschedulingsolver/external/optimizationtools/scripts/process_tests.py --ref test_results_ref --new test_results
run: python3 ./bazel-treesearchsolver/external/optimizationtools/scripts/process_tests.py --ref test_results_ref --new test_results

0 comments on commit 1af438b

Please sign in to comment.