From f19b393eb34dfb93bee8d84a4d2f9647b1819b3f Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Fri, 10 Nov 2023 00:06:48 +0000 Subject: [PATCH] single quote --- .github/workflows/cypress-tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress-tests.yaml b/.github/workflows/cypress-tests.yaml index 8e712541..56ef8030 100644 --- a/.github/workflows/cypress-tests.yaml +++ b/.github/workflows/cypress-tests.yaml @@ -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