Skip to content

Commit

Permalink
chatgpt recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Oct 31, 2024
1 parent 2626fd0 commit e989030
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/unity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout Submodules
- name: Force Submodule to use HTTPS instead of SSH
run: |
cd unity-tests~
git config remote.origin.url https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk
cd ..
git config -f .gitmodules submodule.unity-tests~.url https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk
git submodule sync
git submodule init
git submodule update
git submodule deinit -f --all
git config -f .gitmodules submodule.unity-tests~.url https://github.com/clockworklabs/SpacetimeDBCircleGame
git submodule sync --recursive
git submodule update --init --recursive
# 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 e989030

Please sign in to comment.