„.gitea/workflows/build.yml“ ändern
Gitea Actions Demo / Build (push) Successful in 42s
Gitea Actions Demo / Test-Job (push) Successful in 7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
2023-07-12 13:29:33 +02:00
parent c4a731c31a
commit 2a1cce2214
+1
View File
@@ -30,6 +30,7 @@ jobs:
run: npm test
Explore-Gitea-Actions:
runs-on: ubuntu-latest
needs: Test-Job
steps:
- 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!"