Skip to content

Commit 1d71bbd

Browse files
committed
fix
1 parent 71faf6c commit 1d71bbd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/e2e.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
with:
3535
go-version: "1.22.11"
3636
cache: true
37+
- name: Install node-canvas
38+
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
3739
- run: make build
3840
- name: Cypress run
39-
uses: cypress-io/github-action@v5
41+
uses: cypress-io/github-action@v6
4042
with:
4143
wait-on: http://localhost:4040/ready
4244
start: make run
@@ -63,11 +65,13 @@ jobs:
6365
with:
6466
go-version: "1.22.11"
6567
cache: true
68+
- name: Install node-canvas
69+
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
6670
- run: make build
6771
- name: run nginx with /foobar/
6872
run: docker compose -f scripts/base-url/docker-compose.yaml up -d
6973
- name: Cypress run
70-
uses: cypress-io/github-action@v5
74+
uses: cypress-io/github-action@v6
7175
with:
7276
wait-on: http://localhost:8080/foobar/ready
7377
start: |

0 commit comments

Comments
 (0)