Maybe this time...
This commit is contained in:
parent
17fde7300a
commit
8ff89367d5
4
.github/workflows/unitTests.yml
vendored
4
.github/workflows/unitTests.yml
vendored
@ -3,6 +3,9 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Run-All:
|
Run-All:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: src
|
||||||
steps:
|
steps:
|
||||||
- name: Repo Code Checkout
|
- name: Repo Code Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -12,6 +15,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
|
||||||
- working-directory: src
|
|
||||||
- run: echo "Running {{ github.repository }} deployment unit tests."
|
- run: echo "Running {{ github.repository }} deployment unit tests."
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user