Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2023
1 parent f8cf1fa commit 00e7a40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: ./.github/workflows/docker.yml
with:
file: docker/Dockerfile.revad-eos
load: true
load: false
litmus:
needs:
- docker-revad-eos
Expand Down
10 changes: 4 additions & 6 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
version: "3.4"
services:
revad:
# image: ${REVAD_IMAGE}
# we build the reva image with eos because it's faster
# instead of uploading and share through the github runners
build:
context: ../../
dockerfile: docker/Dockerfile.revad-eos
image: ${REVAD_IMAGE}
# build:
# context: ../../
# dockerfile: docker/Dockerfile.revad-eos
volumes:
- ../revad:/etc/revad
working_dir: /etc/revad/
Expand Down

0 comments on commit 00e7a40

Please sign in to comment.