Skip to content

Commit

Permalink
ci: fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Mar 29, 2023
1 parent 921655d commit fdc4ac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: docker build integration

- name: Validate Layer
run: colima ssh --layer -- cat /etc/os-release
run: colima ssh -- cat /etc/os-release

- name: Stop
run: colima stop
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: colima ssh --layer=false -- nslookup host.docker.internal

- name: Validate Layer
run: colima ssh --layer -- cat /etc/os-release
run: colima ssh -- cat /etc/os-release

- name: Stop
run: colima stop
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
run: colima nerdctl -- build integration

- name: Validate Layer
run: colima ssh --layer -- cat /etc/os-release
run: colima ssh -- cat /etc/os-release

- name: Stop
run: colima stop
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
run: sleep 10

- name: Validate Layer
run: colima ssh --layer -- cat /etc/os-release
run: colima ssh -- cat /etc/os-release

- name: Stop
run: colima stop
Expand Down

0 comments on commit fdc4ac0

Please sign in to comment.