Skip to content

Commit

Permalink
fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Jun 28, 2024
1 parent eee5c61 commit 1b5590c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ jobs:
with:
node-version: 16.x

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
# with:
# driver: docker

- name: Install JS dependencies
run: npm ci
Expand All @@ -254,7 +254,7 @@ jobs:
context: bindings/wasm/
file: bindings/wasm/cypress/Dockerfile
push: false
labels: cypress-test:latest
tags: cypress-test:latest
load: true

- name: Run cypress
Expand Down Expand Up @@ -283,10 +283,10 @@ jobs:
with:
node-version: 16.x

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
# with:
# driver: docker

- name: Install JS dependencies
run: npm ci
Expand All @@ -307,7 +307,7 @@ jobs:
context: bindings/wasm/
file: bindings/wasm/cypress/Dockerfile
push: false
labels: cypress-test:latest
tags: cypress-test:latest
load: true

- name: Run cypress
Expand Down

0 comments on commit 1b5590c

Please sign in to comment.