use unityci/editor

This commit is contained in:
Arneth
2023-05-04 17:11:04 -04:00
parent 58a61a0c8f
commit 7a2cd7ce2e
+2 -3
View File
@@ -1,11 +1,10 @@
# .gitea/workflows/build.yaml # .gitea/workflows/build.yaml
name: Automated Unity Build name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: [self-hosted, windows] runs-on: ubuntu-latest
container: ubuntu-latest
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!"