Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82efe19ae0 | ||
|
|
00eed86bb2 | ||
|
|
6edd46d32a | ||
|
|
340d26fe11 | ||
|
|
002d7146d0 | ||
|
|
e108e9da26 | ||
|
|
bff9e2bca4 | ||
|
|
8e949e419b | ||
|
|
f5e10c3579 | ||
|
|
1026aed80f | ||
|
|
9bf4da775c | ||
|
|
53bbf85fe1 | ||
|
|
fdc8aaea6a |
@@ -1,28 +0,0 @@
|
|||||||
name: Tests
|
|
||||||
run-name: tests on ${{ gitea.ref }}
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Go tests:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- 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
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Update
|
|
||||||
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
|
|
||||||
uses: actions/setup-go@v7
|
|
||||||
with:
|
|
||||||
go-version: 'stable'
|
|
||||||
check-latest: true
|
|
||||||
token: ${{ gitea.token }}
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
- name: Run go tests
|
|
||||||
run: |
|
|
||||||
go test ./...
|
|
||||||
Reference in New Issue
Block a user