.gitea/workflows/test.yaml aktualisiert
This commit is contained in:
parent
84dc85916f
commit
912ed353d1
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in a new issue