Skip to content

Commit

Permalink
fix: fix wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 9, 2024
1 parent 7afcc15 commit 3e43cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run test
run: |
cd ./node
go test ./node/pkg/api/tests -v
go test ./pkg/api/tests -v
env:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?search_path=public"
ENCRYPT_PASSWORD: "abc123"
Expand Down

0 comments on commit 3e43cf0

Please sign in to comment.