Skip to content

Commit

Permalink
Merge pull request #32 from morukele/terminal
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
morukele committed Oct 31, 2023
2 parents 74e487d + efb9eb8 commit a94d333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/PR.yml
Expand Up @@ -2,6 +2,12 @@ name: Rust test on PR fork
on:
pull_request_target:
types: [opened, synchronize]
env:
CARGO_TERM_COLOR: always
PAYSTACK_API_KEY: ${{secrets.PAYSTACK_API_KEY}}
BANK_ACCOUNT: ${{secrets.BANK_ACCOUNT}}
BANK_CODE: ${{secrets.BANK_CODE}}
BANK_NAME: ${{secrets.BANK_NAME}}
jobs:
run-test-on-pr:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -29,10 +35,4 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
env:
CARGO_TERM_COLOR: always
PAYSTACK_API_KEY: ${{secrets.PAYSTACK_API_KEY}}
BANK_ACCOUNT: ${{secrets.BANK_ACCOUNT}}
BANK_CODE: ${{secrets.BANK_CODE}}
BANK_NAME: ${{secrets.BANK_NAME}}

0 comments on commit a94d333

Please sign in to comment.