Merge branch 'main' of https://github.com/game-ci/unity-test-runner into game-ci-main

This commit is contained in:
Aaron Trudeau
2022-01-17 10:24:33 -05:00
64 changed files with 24667 additions and 3207 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- run: yarn lint
- run: yarn test
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
- run: yarn build --quiet && git diff --quiet action || { echo "ERROR - index.js is different from repository version. Forgot to run `yarn build`?" ; exit 62; }
# - run: yarn build --quiet && git diff --quiet action || { echo "ERROR - index.js is different from repository version. Forgot to run `yarn build`?" ; exit 62; }
testAllModesLikeInTheReadme:
name: Test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}