Skip to content

Test Unity Credentials #4

Test Unity Credentials

Test Unity Credentials #4

---
# yamllint disable rule:line-length
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Test Unity Credentials
on:
workflow_dispatch:
env:
UNITY_VERSION: "2019.4.25f1"
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
jobs:
test_license:
runs-on: ubuntu-latest
steps:
- name: Unity - Activate
uses: game-ci/unity-activate@v2
- name: Unity - Return License
uses: game-ci/unity-return-license@v2
if: always()