Skip to content

Commit

Permalink
Update .circleci/workflows.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Manuel <[email protected]>
  • Loading branch information
AtofStryker and ryanthemanuel authored Dec 6, 2024
1 parent 45d2f7d commit 829b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ jobs:
command: |
# we need to bootstrap the binary into our project directory and run the tests
source ./system-tests/scripts/bootstrap-docker-container.sh 'yarn cypress run'
# We can remove this job a once https://github.com/sveltejs/svelte-loader/issues/243 is resolved.
# We can remove this job once https://github.com/sveltejs/svelte-loader/issues/243 is resolved.
svelte-webpack-system-test:
parallelism: 1
working_directory: ~/cypress
Expand Down

1 comment on commit 829b7ae

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 829b7ae Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-x64/feat/support_svelte_5-829b7ae562cafc0cf4accd3dfda92d5ff0f121b7/cypress.tgz

Please sign in to comment.