use unityci/editor

pull/5/head
Arneth 3 years ago
parent 635d9d8462
commit 2cd4ebf6e6

@ -1,12 +1,15 @@
# .gitea/workflows/build.yaml # .gitea/workflows/build.yaml
name: Automated Unity Build name: Automated Unity Build
run-name: ${{ github.actor }} is testing out Gitea Actions run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push] on:
push:
branches:
- main
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: [self-hosted, windows] runs-on: [self-hosted, windows]
container: container:
image: unityci/editor image: 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!"

Loading…
Cancel
Save