Skip to content

Commit

Permalink
refactor: remove download steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Sep 26, 2024
1 parent c015645 commit 0609e5d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ jobs:
restore-keys:
cache-test-images-

- name: Download test images
if: steps.restore-test-images.outputs.cache-hit != 'true'
run: mage test:fixtureContainerImages

- name: Run integration tests
run: mage test:integration

Expand Down Expand Up @@ -158,10 +154,6 @@ jobs:
restore-keys:
cache-test-images-

- name: Download test images
if: steps.restore-test-images.outputs.cache-hit != 'true'
run: mage test:fixtureContainerImages

- name: Run module integration tests
shell: bash
run: |
Expand Down Expand Up @@ -199,10 +191,6 @@ jobs:
restore-keys:
cache-test-vm-images-

- name: Download test VM images
if: steps.restore-test-vm-images.outputs.cache-hit != 'true'
run: mage test:fixtureVMImages

- name: Run vm integration tests
run: |
mage test:vm
Expand Down

0 comments on commit 0609e5d

Please sign in to comment.