Skip to content

Commit

Permalink
jepun2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-poojary committed Jul 22, 2024
1 parent 7c24674 commit eee0de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
working-directory: ./src

- name: Build
run: go build -o app ./src
run: go build -o app
working-directory: ./src

- name: Run tests
run: go test ./src/...
run: go test ./...
working-directory: ./src

- name: Build Docker image
Expand Down

0 comments on commit eee0de4

Please sign in to comment.