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 4a6294b commit 14e09a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: ls
test:
runs-on: ubuntu-latest
container:
image: "ghcr.io/dirack/madagascarenvironment:1.0.1"

needs: checkout
steps:
Expand All @@ -30,4 +28,5 @@ jobs:
- name: Build docker image and run tests
run: |
echo "Build the image in the Dockerfile and call 'make -C test' to run all the tests"
docker run -ti -v "${{github.workspace}}:/home/tryitondocker/madagascar-3.0/user/vfsa" ghcr.io/dirack/madagascarenvironment:1.0.1

0 comments on commit 14e09a3

Please sign in to comment.