Skip to content

Add write defaults pass smoke test #28

Add write defaults pass smoke test

Add write defaults pass smoke test #28

Workflow file for this run

name: Unity CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
with:
repos: |
https://vpm.nadena.dev/vpm.json
https://hai-vr.github.io/vpm-listing/index.json
- uses: actions/cache@v2
with:
path: Library
key: Library-${{ runner.os }}-unity-2019.4.31f1
restore-keys: Library-
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2019.4.31f1
projectPath: .
# TODO: PlayMode (incl. All) causes GameCI to hang. figure out if it's needed?
testMode: EditMode
coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+enitimeago.non-destructive-mmd.*'
- uses: actions/upload-artifact@v3
if: always()
with:
name: Test results
path: artifacts