File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 run : echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"
6464
6565 - name : Run tests
66- uses : game-ci/unity-test-runner@0ff419b913a3630032cbe0de48a0099b5a9f0ed9 # v4
66+ uses : game-ci/unity-test-runner@f7d28f891263d875d47ef34370e9e8dd6087e1ef # v5.0.0-beta.1
6767 with :
6868 githubToken : ${{ secrets.GITHUB_TOKEN }}
6969 unityVersion : ${{ matrix.unityVersion }} # Default is `auto`
Original file line number Diff line number Diff line change 8383 run : echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"
8484
8585 - name : Run tests
86- uses : game-ci/unity-test-runner@0ff419b913a3630032cbe0de48a0099b5a9f0ed9 # v4
86+ uses : game-ci/unity-test-runner@f7d28f891263d875d47ef34370e9e8dd6087e1ef # v5.0.0-beta.1
8787 with :
8888 githubToken : ${{ secrets.GITHUB_TOKEN }}
8989 unityVersion : ${{ matrix.unityVersion }} # Default is `auto`
You can’t perform that action at this time.
0 commit comments