Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Dec 5, 2023
1 parent 20276ab commit 5ff4da3
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@ jobs:
with:
node-version: '18'
cache: yarn
- name: Build app
run: |
yarn
yarn build:fabric
yarn build:centjs
yarn build:centReact
cat .env-config/.env.development
yarn build:app --mode development
- name: Start preview
run: yarn preview &
- name: Synpress run
uses: cypress-io/github-action@v6
with:
working-directory: centrifuge-app
install-command: yarn
build: |
yarn build:fabric
yarn build:centjs
yarn build:centReact
cat .env-config/.env.development
yarn build:app --mode development
start: yarn preview
wait-on: 'http://[::1]:4173'
command: yarn e2e:run:ci
browser: chrome
config-file: synpress.config.ts
Expand Down

0 comments on commit 5ff4da3

Please sign in to comment.