Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 10, 2023
1 parent 6d8d433 commit f19b393
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
wait-on: 'http://localhost:3333'
# custom test command to run
command: yarn test:ci
env: VITE_CHAIN_ID:"kusama"
VITE_NETWORK_NAME:"kusama"
VITE_WS_PROVIDER:"ws://localhost:8000"
VITE_GRAPHQL_WS_PROVIDER:"ws://localhost:4350/graphql"
VITE_GRAPHQL_HTTP_PROVIDER:"http://localhost:4350/graphql"
env: VITE_CHAIN_ID: 'kusama'
VITE_NETWORK_NAME: 'kusama'
VITE_WS_PROVIDER: 'ws://localhost:8000'
VITE_GRAPHQL_WS_PROVIDER: 'ws://localhost:4350/graphql'
VITE_GRAPHQL_HTTP_PROVIDER: 'http://localhost:4350/graphql'
# store the screenshots if the tests fail
- name: Store screenshots
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit f19b393

Please sign in to comment.