Skip to content

Commit

Permalink
Github test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Oct 17, 2024
1 parent 014e190 commit a41ecde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/unity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,21 @@ jobs:
echo "Final branch name: $branch"
- name: Install Rust toolchain
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
rustup install stable
rustup default stable
if [ "$UNITY_EMAIL" == "" ] ; then
echo "Email is set!"
else
echo "Email is not set!"
fi
- name: Install SpacetimeDB CLI from specific branch
run: |
# cd unity-tests
Expand Down

0 comments on commit a41ecde

Please sign in to comment.