2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 20:50:33 +03:00

chore: fix e2e ci, dont run ff headless

This commit is contained in:
pimlie
2020-01-03 12:16:50 +01:00
parent 9041bfef62
commit 6d3764174e
+1 -1
View File
@@ -110,7 +110,7 @@ workflows:
- test-e2e-ssr: { requires: [lint] }
- test-e2e-browser:
name: test-e2e-firefox
browserString: firefox/headless
browserString: firefox
requires: [test-e2e-ssr]
- test-e2e-browser:
name: test-e2e-chrome