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:
|
||||
Run-All:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src
|
||||
steps:
|
||||
- name: Repo Code Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -12,6 +15,5 @@ jobs:
|
||||
with:
|
||||
go-version: 1.18
|
||||
|
||||
- working-directory: src
|
||||
- run: echo "Running {{ github.repository }} deployment unit tests."
|
||||
- run: go test ./...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user