Skip to content

Commit

Permalink
Checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Oct 30, 2024
1 parent 31350e9 commit f5d2292
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout Submodules
run: |
git submodule init
git submodule update
# Grab the branch name from the PR description. If it's not found, master will be used instead.
- name: Extract SpacetimeDB branch name or PR link from PR description
id: extract-branch
Expand Down

0 comments on commit f5d2292

Please sign in to comment.