Skip to content

Commit

Permalink
enable arm64 e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Feb 5, 2025
1 parent 2fccd86 commit 8be1d3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ concurrency:

jobs:
regular-path:
strategy:
matrix:
include:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: github-hosted-ubuntu-arm64
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -27,6 +34,8 @@ jobs:
with:
go-version: "1.22.11"
cache: true
- name: Install node-canvas
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: yarn --frozen-lockfile
- run: make build
- name: Cypress run
Expand Down

0 comments on commit 8be1d3a

Please sign in to comment.