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