Skip to content

Commit

Permalink
fix: added demo transaction ID for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Jan 3, 2023
1 parent 9460358 commit 8e15a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
STRIPE_WH: ${{ secrets.STRIPE_WH }}
CURRENCY: ${{ secrets.CURRENCY }}
DESTINATION: ${{ secrets.DESTINATION }}
BALANCE_TRANSACTION_ID: ${{ secrets.BALANCE_TRANSACTION_ID }}
run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage to Codecov
Expand Down

0 comments on commit 8e15a95

Please sign in to comment.