Skip to content

Commit b109eec

Browse files
committed
run tests on firefox as well
1 parent 7c4fda8 commit b109eec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
- name: Install dependencies
2929
run: npm install
3030

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
31+
- name: Test Cases Using Firefox
32+
uses: GabrielBB/xvfb-action@v1
33+
env:
34+
TEST_ENV: ci
35+
with:
36+
run: npm run test:firefox -- --single-run
3537

3638
- name: Test Cases Using Chrome
3739
uses: GabrielBB/xvfb-action@v1

0 commit comments

Comments
 (0)