diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b0bd458..6b3d3a9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,4 +16,11 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + Test-Job: + runs-on: ubuntu-latest + steps: + - name: Print greeting + run: echo "Hello world!" + - name: Print goodbye + run: echo "Done - bye!" \ No newline at end of file