Skip to content

Commit

Permalink
ci(cypress) build all monorepo packages before building test-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 2, 2021
1 parent 85c54c3 commit e2f5292
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
PUPPETEER_SKIP_DOWNLOAD: 'true'
run: npm install

- name: Build monorepo packages
run: npm run build

- name: Run cypress
run: npm run test-e2e
env:
Expand Down

2 comments on commit e2f5292

@vercel
Copy link

@vercel vercel bot commented on e2f5292 Mar 2, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio-git-next.sanity.build
perf-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on e2f5292 Mar 2, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.