Skip to content

Commit

Permalink
Updated .env Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Nov 13, 2024
1 parent 31d5ce1 commit 4eac284
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:

- name: Execute tests
run: vendor/bin/pest
env:
POSTFINANCE_B2B_USERNAME: ${{ secrets.POSTFINANCE_B2B_USERNAME }}
POSTFINANCE_B2B_PASSWORD: ${{ secrets.POSTFINANCE_B2B_PASSWORD }}
POSTFINANCE_B2B_WSDL: ${{ secrets.POSTFINANCE_B2B_WSDL }}
POSTFINANCE_B2B_TESTS_PAYER_ID: ${{ secrets.POSTFINANCE_B2B_TESTS_PAYER_ID }}
POSTFINANCE_B2B_TESTS_BILLER_ID: ${{ secrets.POSTFINANCE_B2B_TESTS_BILLER_ID }}
POSTFINANCE_B2B_TESTS_TRANSACTION_ID: ${{ secrets.POSTFINANCE_B2B_TESTS_TRANSACTION_ID }}

- name: Store Log Artifacts
if: failure()
Expand Down

0 comments on commit 4eac284

Please sign in to comment.