Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to github action CI & CD #239

Merged
merged 12 commits into from
Nov 6, 2021
Merged
Prev Previous commit
Next Next commit
headless test
  • Loading branch information
foxundermoon committed Nov 6, 2021
commit ba664004939f52029e164fc6ca0e44bd42068a51
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ jobs:
- run: yarn format-check
- run: yarn test-compile
- run: yarn compile
- run: yarn test
# https://github.com/GabrielBB/xvfb-action
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test