use unityci/editor

This commit is contained in:
Arneth
2023-05-04 16:14:25 -04:00
parent e8090fe5d4
commit 635d9d8462
+2 -1
View File
@@ -5,7 +5,8 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: [self-hosted, windows] runs-on: [self-hosted, windows]
container: unityci/editor container:
image: unityci/editor
steps: steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"