Skip to content

Commit

Permalink
chore: 🤖 extend test runner environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 24, 2024
1 parent e62f132 commit 79ba6b1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
env:
UI__APP_URL: https://staging.fleeksandbox.xyz
SDK__GRAPHQL_API_URL: https://graphql.service.staging.fleeksandbox.xyz/graphql
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
UI__APP_URL: "https://staging.fleeksandbox.xyz"
SDK__GRAPHQL_API_URL: "https://graphql.service.staging.fleeksandbox.xyz/graphql"
SITE_SLUG_DOMAIN: "stg.on-fleek-test.app"
IPFS_GATEWAY_HOSTNAME: "gateway-ipfs.staging.fleeksandbox.xyz"
SDK__AUTH_APPS_URL: "https://auth-apps.service.staging.fleeksandbox.xyz"
SDK__IPFS__STORAGE_API_URL: "https://storage-ipfs.service.staging.fleeksandbox.xyz"
SDK__GRAPHQL_API_URL: "https://graphql.service.staging.fleeksandbox.xyz/graphql"
SDK__UPLOAD_PROXY_API_URL: "https://uploads.service.staging.fleeksandbox.xyz"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 79ba6b1

Please sign in to comment.