„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -5,6 +5,7 @@ on: [workflow_dispatch, push]
|
|||||||
jobs:
|
jobs:
|
||||||
Test-Job:
|
Test-Job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: Build
|
||||||
steps:
|
steps:
|
||||||
- name: Print greeting
|
- name: Print greeting
|
||||||
run: echo "Hello world!"
|
run: echo "Hello world!"
|
||||||
|
|||||||
Reference in New Issue
Block a user