Maybe this time...

This commit is contained in:
Ashlie Martinez 2022-05-03 17:00:27 -07:00
parent 17fde7300a
commit 8ff89367d5

View File

@ -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 ./...