Skip to content

Commit

Permalink
Try unsetting snap env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Dec 10, 2024
1 parent 766ef28 commit 6bfe323
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
run: xvfb-run yarn test:changed auth
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

test-webkit:
name: Test Auth on Webkit if Changed
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ jobs:
run: cd packages/firestore-compat && xvfb-run yarn run test:ci
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

test-firefox:
name: Test Firestore on Firefox
Expand Down Expand Up @@ -224,6 +226,8 @@ jobs:
env:
BROWSERS: 'Firefox'
EXPERIMENTAL_MODE: true
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

compat-test-webkit:
name: Test Firestore Compatible on Webkit
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
run: xvfb-run yarn test:changed core
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''


test-webkit:
Expand Down

0 comments on commit 6bfe323

Please sign in to comment.