Skip to content

Commit

Permalink
chore: update ci to fetch submodules for smoke test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 2, 2022
1 parent 46b761e commit 828fd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ jobs:
- build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
submodules: 'recursive'

- name: Setup Node
uses: actions/setup-node@v2
Expand Down Expand Up @@ -207,7 +208,6 @@ jobs:
env:
CI: true

# Turbo seems to fail on Windows, so run a custom script directly.
- name: Test
run: yarn test:smoke

Expand Down

0 comments on commit 828fd8d

Please sign in to comment.