Skip to content

Commit

Permalink
Fix tests workflow after relasing 1.41 version
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed Feb 8, 2024
1 parent 9a48c83 commit 15ecbe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CLI_GITHUB_TOKEN: ${{ secrets.CLI_GITHUB_TOKEN }}
CLI_VERCEL_TOKEN: ${{ secrets.CLI_VERCEL_TOKEN }}
TEST_COMMAND: 'node dist/saleor.js'
run: echo '{"token":"${{ secrets.CLI_ACCESS_TOKEN }}","telemetry":"false", "github_token":"${{ secrets.CLI_GITHUB_TOKEN }}", "vercel_token":"${{ secrets.CLI_VERCEL_TOKEN }}" }' > ~/.config/saleor.json
run: echo '{"token":"${{ secrets.CLI_ACCESS_TOKEN }}","telemetry":"false","saleor_env":"staging","cloud_api_url":"https://staging-cloud.saleor.io/platform/api", "github_token":"${{ secrets.CLI_GITHUB_TOKEN }}", "vercel_token":"${{ secrets.CLI_VERCEL_TOKEN }}" }' > ~/.config/saleor.json

- name: pre run
env:
Expand All @@ -55,7 +55,6 @@ jobs:
- name: run tests
env:
SALEOR_CLI_ENV: staging
RUN_FUNCTIONAL_TESTS: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
Expand Down

0 comments on commit 15ecbe8

Please sign in to comment.