We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ea500 commit 121fb6fCopy full SHA for 121fb6f
.github/workflows/e2e.yaml
@@ -34,8 +34,6 @@ jobs:
34
with:
35
go-version: "1.22.11"
36
cache: true
37
- - name: Install node-canvas
38
- run: sudo apt-get update && sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
39
- run: make build
40
- name: Cypress run
41
uses: cypress-io/github-action@v6
@@ -65,8 +63,6 @@ jobs:
65
63
66
64
67
68
69
70
71
- name: run nginx with /foobar/
72
run: docker compose -f scripts/base-url/docker-compose.yaml up -d
0 commit comments