clean up
This commit is contained in:
@@ -6,11 +6,15 @@ jobs:
|
|||||||
Go-Tests:
|
Go-Tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🧑🔬 $ {{ gitea.actor }} pushed branch ${{ gitea.ref }} ...0️0️1️0️1️0️1️0️ ... beginning tests"
|
- name: Description
|
||||||
|
run: |
|
||||||
|
echo "🧑🔬 $ {{ gitea.actor }} pushed branch ${{ gitea.ref }} ...0️0️1️0️1️0️1️0️ ... beginning tests"
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- name: Update
|
||||||
- run: echo "🖥️ The workflow is now ready to test your go code on the runner."
|
run: |
|
||||||
|
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
echo "🖥️ The job is now ready to test your go code on the runner."
|
||||||
- name: Setup golang environment
|
- name: Setup golang environment
|
||||||
uses: actions/setup-go@v7
|
uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
@@ -22,10 +26,3 @@ jobs:
|
|||||||
- name: Run go tests
|
- name: Run go tests
|
||||||
run: |
|
run: |
|
||||||
go test ./...
|
go test ./...
|
||||||
continue-on-error: true
|
|
||||||
- name: Testing exit code
|
|
||||||
run: |
|
|
||||||
exit 1
|
|
||||||
continue-on-error: true
|
|
||||||
- name: Job status
|
|
||||||
run: echo "${{ job.status }}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user