Skip to content

Revert "temporarily remove blendshape viewer to see if that's the pro… #17

Revert "temporarily remove blendshape viewer to see if that's the pro…

Revert "temporarily remove blendshape viewer to see if that's the pro… #17

Workflow file for this run

name: Unity CI
on:
push:
branches:
- gameci-develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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-
- name: copy dir to new dir
run: |
pwd
folderName=$(echo "${PWD##*/}")
rsync -r "$GITHUB_WORKSPACE" "copiedProject"
ls -F "copiedProject/$folderName"
- 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
#packageMode: true
projectPath: ./copiedProject/make-it-mmd
- uses: actions/upload-artifact@v3
if: always()
with:
name: Test results
path: artifacts