Skip to content

Commit

Permalink
added lines to go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwich committed Jul 31, 2023
1 parent 159f83e commit 80e8996
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ jobs:
with:
go-version: '1.20'

- name: Build
run: test -v github.com/iansmith/parigot/Makefile
# - name: Build
# run:

# - name: Test
# run: go test -v github.com/iansmith/parigot/api/plugin/queue
- name: Test
uses: ./
with:
working-directory: api/plugin
build: queue
#run: go test -v github.com/iansmith/parigot/api/plugin/queue

# - name: Test
# run: go test -v github.com/iansmith/parigot/api/plugin/file
Expand Down

0 comments on commit 80e8996

Please sign in to comment.