Skip to content

Commit

Permalink
Fix git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jul 16, 2024
1 parent 30aadf8 commit afa5b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ledgerexporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Run Ledger Exporter test
run: go test -v -race -run TestLedgerExporterTestSuite ./exp/services/ledgerexporter/...
run: go test -v -race -run TestLedgerExporterTestSuite ./services/ledgerexporter/...

0 comments on commit afa5b3c

Please sign in to comment.