Skip to content

Commit

Permalink
Create an infrastructure directory for devops activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirack committed Jan 6, 2024
1 parent f16d49e commit f99d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
docker load --input /tmp/testimage.tar
- name: Run tests
run: docker run -t testimage:0.1.0 "ls /home/tryitondocker/madagascar-3.0/user && ls /home/tryitondocker/madagascar-3.0/user/vfsa && make -C test TESTS=libraries"
run: docker run -t testimage:0.1.0 bash -c "ls /home/tryitondocker/madagascar-3.0/user && ls /home/tryitondocker/madagascar-3.0/user/vfsa && make -C test TESTS=libraries"

- name: Run optimization tests
run: docker run -t testimage:0.1.0 "cd /home/tryitondocker/madagascar-3.0/user/vfsa && make -C test TESTS=optimization"

0 comments on commit f99d5e7

Please sign in to comment.