Skip to content

Commit

Permalink
Adjust artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Nov 6, 2024
1 parent d38487a commit d150949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Load docker images
timeout-minutes: 10
run: |-
docker load -i nginx/nginx-${{ matrix.os }}_img
docker load -i django/django-${{ matrix.os }}_img
docker load -i nginx-${{ matrix.os }}_img
docker load -i django-${{ matrix.os }}_img
docker load -i integration-tests/integration-tests-debian_img
docker images
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
timeout-minutes: 10
run: |-
eval $(minikube docker-env)
docker load -i nginx/nginx-${{ matrix.os }}_img
docker load -i django/django-${{ matrix.os }}_img
docker load -i nginx-${{ matrix.os }}_img
docker load -i django-${{ matrix.os }}_img
docker images
- name: Configure HELM repos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rest-framework-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Load docker images
timeout-minutes: 10
run: |-
docker load -i nginx/nginx-${{ matrix.os }}_img
docker load -i django/django-${{ matrix.os }}_img
docker load -i nginx-${{ matrix.os }}_img
docker load -i django-${{ matrix.os }}_img
docker images
# run tests with docker compose
Expand Down

0 comments on commit d150949

Please sign in to comment.