Update .gitea/workflows/test-environment.yaml
Environment Setup Test / Setup (push) Failing after 1m6s
Details
Environment Setup Test / Setup (push) Failing after 1m6s
Details
parent
61f8040b0d
commit
7736c3e36e
|
@ -1,8 +1,7 @@
|
||||||
name: Environment Setup Test
|
name: Environment Setup Test
|
||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Setup:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue