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