From cfe2c0d8773601f65c4dfcff756fafa27821c2b9 Mon Sep 17 00:00:00 2001
From: xgui3783 <xgui3783@gmail.com>
Date: Sun, 22 Dec 2019 10:40:01 +0100
Subject: [PATCH] fix github action

---
 .github/workflows/e2e.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index d66f16e18..1a2410ed8 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -53,11 +53,11 @@ jobs:
     - uses: actions/checkout@v2
       with:
         fetch-depth: 2
-        repository: 'https://github.com/FZJ-INM1-BDA/iv-automated-tests.git'
+        repository: 'FZJ-INM1-BDA/iv-automated-tests.git'
     - name: Install dependencies
       run: |
         npm i
     - name: run docker container 
       run: docker run -p 3001:3000 --rm --name ${DOCKER_CONTAINER_NAME} -dit
     - name: run pptr tests
-      run: node ./node_modules/.bin/mocha ./test/databrowser.spec.js --timeout 1800000 
\ No newline at end of file
+      run: node ./node_modules/.bin/mocha ./test/databrowser.spec.js --timeout 1800000 
-- 
GitLab