Skip to content

Commit

Permalink
#25.: correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuqiu Ge committed Jul 4, 2020
1 parent c2ad722 commit 37f99d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37f99d4

Please sign in to comment.