Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Mar 5, 2024
1 parent 7182125 commit 9a4c626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Submodules
run: git submodule init

- name: Install dependencies
run: pnpm install

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Submodules
run: git submodule init

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 9a4c626

Please sign in to comment.