From 37f99d40aa452895eda5e49792872280293b97e6 Mon Sep 17 00:00:00 2001 From: Yuqiu Ge Date: Sat, 4 Jul 2020 19:11:41 +0200 Subject: [PATCH] #25.: correct file name --- .github/workflows/github-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 6df0447..bdd0a4c 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -38,8 +38,8 @@ jobs: # working-directory: ${{env.working-directory}} - name: Run UI Test run: | - chmod +x tests-e2e.sh - ./tests-e2e.sh + chmod +x run-e2e.sh + ./run-e2e.sh working-directory: ${{env.ui-test-directory}} # - name: Analyze code with SonarQube # env: