There was an error while loading. Please reload this page.
1 parent 7c4fda8 commit b109eecCopy full SHA for b109eec
.github/workflows/ci.yml
@@ -28,10 +28,12 @@ jobs:
28
- name: Install dependencies
29
run: npm install
30
31
-# - name: Test Cases Using Firefox
32
-# uses: GabrielBB/xvfb-action@v1
33
-# with:
34
-# run: TEST_ENV=ci npm run test:firefox -- --single-run
+ - name: Test Cases Using Firefox
+ uses: GabrielBB/xvfb-action@v1
+ env:
+ TEST_ENV: ci
35
+ with:
36
+ run: npm run test:firefox -- --single-run
37
38
- name: Test Cases Using Chrome
39
uses: GabrielBB/xvfb-action@v1
0 commit comments