Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav authored Oct 21, 2022
1 parent b5674a3 commit 54d0d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Install CLI
run: npm install ./packages/cli -g
- name: Vite
run: cd ./examples/vite-demo && ultra test --runs=10
run: cd ./examples/vite-demo && ultra test --runs=1
- name: Next
run: cd ./examples/next-demo && ultra test --runs=10
run: cd ./examples/next-demo && ultra test --runs=1
- name: Remix
run: cd ./examples/remix-demo && ultra test --runs=10
run: cd ./examples/remix-demo && ultra test --runs=1
- name: Turborepo
run: cd ./examples/monorepo-test && ultra test --runs=10
run: cd ./examples/monorepo-test && ultra test --runs=1



1 comment on commit 54d0d90

@vercel
Copy link

@vercel vercel bot commented on 54d0d90 Oct 21, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.