Skip to content

Commit

Permalink
fix cic
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Aug 25, 2024
1 parent 980188f commit 395f500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
with:
go-version: '1.22.x'

- name: change cwd to project dir
run: cd ./src

- name: Install Dependencies
run: go mod download
working-directory: ./src

- name: Build Project
run: make build
working-directory: ./src

- name: Test with the Go CLI
run: make test
run: make test
working-directory: ./src

0 comments on commit 395f500

Please sign in to comment.