Skip to content

Commit

Permalink
updated file name (#624)
Browse files Browse the repository at this point in the history
* fix path to go.mod

Co-authored-by: Wayne Adams <[email protected]>
Co-authored-by: Janice Bailey <[email protected]>

---------

Co-authored-by: Wayne Adams <[email protected]>
  • Loading branch information
bjanice75 and wayneadams authored Mar 11, 2024
1 parent 783c456 commit df71b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version-file: './om/go.mod'

- name: Test
run: |
go install github.com/onsi/ginkgo/ginkgo
Expand Down

0 comments on commit df71b6e

Please sign in to comment.