瀏覽代碼

fix: e2e parameter for running vault tests

Karol Sójko 1 年之前
父節點
當前提交
e00d9d2ca0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/common-e2e.yml

+ 2 - 2
.github/workflows/common-e2e.yml

@@ -66,7 +66,7 @@ jobs:
         fi
 
     - name: Run E2E Test Suite
-      run: yarn dlx mocha-headless-chrome --timeout 1800000 -f http://localhost:9001/mocha/test.html?vaults=${{ steps.vaults.outputs.vault-tests }}}
+      run: yarn dlx mocha-headless-chrome --timeout 1800000 -f http://localhost:9001/mocha/test.html?vaults=${{ steps.vaults.outputs.vault-tests }}
 
     - name: Show logs on failure
       if: ${{ failure() }}
@@ -180,7 +180,7 @@ jobs:
         fi
 
     - name: Run E2E Test Suite
-      run: yarn dlx mocha-headless-chrome --timeout 1800000 -f http://localhost:9001/mocha/test.html?vaults=${{ steps.vaults.outputs.vault-tests }}}
+      run: yarn dlx mocha-headless-chrome --timeout 1800000 -f http://localhost:9001/mocha/test.html?vaults=${{ steps.vaults.outputs.vault-tests }}
 
     - name: Show logs on failure
       if: ${{ failure() }}