Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Dec 30, 2023
1 parent 7f2e62b commit 6324e22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install Root Dependencies
run: yarn install

- name: Test Cards
run: yarn workspace cards test

Expand Down

0 comments on commit 6324e22

Please sign in to comment.