Skip to content

Commit

Permalink
Add Tpay environment variables to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 13, 2024
1 parent 95edfa6 commit b101a40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ jobs:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
STATE_MACHINE_DEFAULT_ADAPTER: ${{ matrix.state_machine }}
TPAY_API_URL: 'http://host.orb.internal:4000'
PANTHER_WEB_SERVER_DIR: './tests/Application/public'
PANTHER_NO_SANDBOX: 1
PANTHER_CHROME_ARGUMENTS: '--disable-dev-shm-usage --window-size=1400,900'
TPAY_API_URL: 'http://localhost:4000'
TPAY_CLIENT_ID: '{{ secrets.TPAY_CLIENT_ID }}'
TPAY_CLIENT_SECRET: '{{ secrets.TPAY_CLIENT_SECRET }}'
TPAY_CARDS_API: '{{ secrets.TPAY_CARDS_API }}'
PAYUM_CYPHER_KEY: '{{ secrets.PAYUM_CYPHER_KEY }}'

steps:
-
Expand Down

0 comments on commit b101a40

Please sign in to comment.