Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: run examples in Ubuntu arm64 on GitHub #1291

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

MikeMcC399
Copy link
Collaborator

Situation

Examples in the examples directory are currently tested in GitHub Actions through the workflow .github/workflows/example-tests.yml tests using the GitHub Actions runner image ubuntu-24.04, which runs on a Linux/amd64 platform.

Examples are not tested on a Linux/arm64 platform.

Change

Verification

Check that the workflow .github/workflows/example-tests.yml runs successfully.

Local verification

  1. Ubuntu 24.04.1 LTS, Node 22.13.1 LTS, amd64
  2. Ubuntu 24.04.1 LTS, Node 22.13.1 LTS, arm64 (if available)
git clone https://github.com/cypress-io/cypress-docker-images
cd cypress-docker-images
cd examples
./test-all-examples.sh

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added type: enhancement example 💎 Need to create a good example labels Jan 28, 2025
@MikeMcC399 MikeMcC399 self-assigned this Jan 28, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 28, 2025 15:44
@jennifer-shehane jennifer-shehane merged commit 893ab89 into cypress-io:master Jan 28, 2025
44 checks passed
@MikeMcC399 MikeMcC399 deleted the gha-ubuntu-arm branch January 29, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example 💎 Need to create a good example type: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additionally test examples in GitHub Actions on Linux/arm64 platform
3 participants