Skip to content

remove cache action from test #7

remove cache action from test

remove cache action from test #7

Workflow file for this run

name: Actions
on: [push, workflow_dispatch]
jobs:
build:
name: For testing purposes
strategy:
matrix:
unityVersion:
- 2023.2.7f1
- 2023.1.20f1
- 2022.3.19f1
- 2021.3.34f1
os:
- ubuntu-latest
# - windows-latest
projectPath:
- ACSSandbox.Unity
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build server
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneLinux64