Skip to content

Commit

Permalink
chore(ci): Remove travis.yml, remove ff binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorobeyko committed Jan 30, 2020
1 parent 9d80d59 commit 0eb5c38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: npm run unit
- name: Running e2e tests
run: |
FIREFOX_BIN=/usr/bin/firefox npm run e2e-test
npm run e2e-test
if [ "$(ls -A test/e2e/out)" ]; then echo "Not Empty"; else echo "Allure output directory is empty"; exit 1; fi
10 changes: 0 additions & 10 deletions travis.yml

This file was deleted.

0 comments on commit 0eb5c38

Please sign in to comment.