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

test(script): add jest for scripts package #148

Merged
merged 6 commits into from
Feb 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,16 @@ jobs:

- name: Run CTS
run: yarn cts:test

scripts:
shortcuts marked this conversation as resolved.
Show resolved Hide resolved
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v2

- name: Restore cache
id: restore
uses: ./.github/actions/cache

- name: Test scripts
run: yarn workspace scripts test