Update code for activation script

This commit is contained in:
Webber
2019-11-24 20:15:01 +01:00
committed by Webber Takken
parent 702282bacd
commit bd43fe9017
5 changed files with 55 additions and 2 deletions

25
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
on: [push]
jobs:
testWorkflowActions:
runs-on: ubuntu-latest
name: Test the workflow actions
# Set Unity version
strategy:
matrix:
unity-tag: [2019.2.11f1] # TODO - Reference this tag in all steps
steps:
# Checkout repository (required to test local actions)
- name: Checkout repository
uses: actions/checkout@v1
# Configure generic activation (local to the actions container)
- name: Request activation
uses: ./request-activation
inputs:
args:
unityLicense: ${{ secrets.UNITY_LICENSE }}