All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
13 lines
310 B
YAML
13 lines
310 B
YAML
name: Gitea Actions Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
# - name: Integration testing
|
|
# run: |
|
|
# cd glance
|
|
# docker compose up -d |