Skip to content

Commit

Permalink
ci: use just rules for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arbimo committed Jul 11, 2024
1 parent 5d15060 commit 694b8f7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/aries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ jobs:
run: git submodule update --init # get our own copy of unified-planing repos
- name: Install python dependencies
run: python3 -m pip install -r planning/unified/requirements.txt "numpy<2"
- name: Validator tests
run: |
source planning/unified/dev.env
python3 planning/unified/deps/unified-planning/up_test_cases/report.py aries-val
- name: Install just
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to .
- name: Solver tests
run: |
source planning/unified/dev.env
python3 planning/unified/deps/unified-planning/up_test_cases/report.py aries
run: ./just ci-up-solve
- name: Validator tests
run: ./just ci-up-val


tests: # Meta-job that only requires all test-jobs to pass
Expand Down

0 comments on commit 694b8f7

Please sign in to comment.