Skip to content

Commit

Permalink
workflows/test: add --no-cache build argument
Browse files Browse the repository at this point in the history
Add `--no-cache` build argument in the test workflows
to fetch latest docker image every time while building
docker containers.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Feb 26, 2024
1 parent 77ad0c5 commit 4057e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "EMAIL_PASSWORD=random" >> .env
- name: Build docker images
run: docker-compose -f test-docker-compose.yaml build
run: docker-compose -f test-docker-compose.yaml build --no-cache

- name: Run API containers
run: |
Expand Down

0 comments on commit 4057e36

Please sign in to comment.