Skip to content

Commit

Permalink
Add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 10, 2024
1 parent 4f62f0c commit 157f2aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/web-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
required: true
FAKE_MNEMONIC:
required: true
OKX_MNEMONIC_12:
required: true
BITGET_MNEMONIC_24:
required: true

env:
node-version: lts/*
Expand Down Expand Up @@ -72,6 +76,8 @@ jobs:
TON_MNEMONIC_12: ${{ secrets.TON_MNEMONIC_12 }}
TON_MNEMONIC_12_2: ${{ secrets.TON_MNEMONIC_12_2 }}
FAKE_MNEMONIC: ${{ secrets.FAKE_MNEMONIC }}
OKX_MNEMONIC_12: ${{ secrets.OKX_MNEMONIC_12 }}
BITGET_MNEMONIC_24: ${{ secrets.BITGET_MNEMONIC_24 }}
run: npx playwright test --project='chromium'

- name: Comment Playwright report
Expand Down

0 comments on commit 157f2aa

Please sign in to comment.