[SDK-428] Add integration test in an empty project (#117) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Integration Tests | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
- release/* | |
jobs: | |
runAllTests: | |
name: Integration tests | |
runs-on: ubuntu-latest | |
timeout-minutes: 15 | |
steps: | |
- name: Branch name | |
run: echo running on branch ${GITHUB_REF##*/} | |
- name: Checkout Unity-SDK Repository | |
uses: readyplayerme/rpm-unity-empty-project/.github/actions/integration-test-runner@main | |
with: | |
targetBranch: ${GITHUB_REF##*/} |