Skip to content

Commit

Permalink
Put yarn docs start into background process (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot authored Jan 6, 2022
1 parent 9141d1c commit c06fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
run: yarn docs build

- name: Start docs site
run: yarn docs start && npx wait-on -c waitOnConfig.json -t 20000 http-get://localhost:3000
run: yarn docs start & npx wait-on -c waitOnConfig.json -t 20000 http-get://localhost:3000

- name: Run E2E tests against docs
run: yarn workspace e2e test:theme

0 comments on commit c06fcb4

Please sign in to comment.