Skip to content

Bump upload-artifact to v3 #12

Bump upload-artifact to v3

Bump upload-artifact to v3 #12

Workflow file for this run

name: Test Unity
on: [push, pull_request]
jobs:
test:
name: Run tests
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Unity tests
uses: game-ci/unity-test-runner@v3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Upload results
uses: actions/[email protected]
with:
name: unity-test-results
path: artifacts