Skip to content

Commit

Permalink
mps: don't use HARDENS docker image for mps-test
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Jun 10, 2024
1 parent 8fc23b9 commit 97b6e12
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ jobs:
run: |
chmod +x rts.*
mv rts.* components/mission_protection_system/src/.
- name: Install pip3
run: sudo apt-get install -y python3-pip
- name: Test MPS
uses: addnab/docker-run-action@v3
with:
image: galoisinc/hardens:latest
options: -v ${{ github.workspace }}:/HARDENS
run: |
cd components/mission_protection_system/tests
pip3 install -r requirements.txt
RTS_DEBUG=1 QUICK=1 python3 ./run_all.py
run: |
cd components/mission_protection_system/tests
pip3 install -r requirements.txt
RTS_DEBUG=1 QUICK=1 python3 ./run_all.py
vmrunner:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 97b6e12

Please sign in to comment.