File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
go-version : " 1.22.11"
36
36
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
37
39
- run : make build
38
40
- name : Cypress run
39
- uses : cypress-io/github-action@v5
41
+ uses : cypress-io/github-action@v6
40
42
with :
41
43
wait-on : http://localhost:4040/ready
42
44
start : make run
@@ -63,11 +65,13 @@ jobs:
63
65
with :
64
66
go-version : " 1.22.11"
65
67
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
66
70
- run : make build
67
71
- name : run nginx with /foobar/
68
72
run : docker compose -f scripts/base-url/docker-compose.yaml up -d
69
73
- name : Cypress run
70
- uses : cypress-io/github-action@v5
74
+ uses : cypress-io/github-action@v6
71
75
with :
72
76
wait-on : http://localhost:8080/foobar/ready
73
77
start : |
You can’t perform that action at this time.
0 commit comments