Skip to content

Commit

Permalink
Adding Firefox to CI tests + only build on PRs and master
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Dec 18, 2023
1 parent ea75e9f commit f40ad21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build and Test

on: [push, workflow_dispatch]

on:
workflow_dispatch:
push:
branches:
- master # Add also master-4 when dexie@4 is stable and master will represent dexie@5. dexie@3 has its own workflow.
pull_request:
types: [opened, synchronize, reopened]
env:
LAMBDATEST: "true"
GH_ACTIONS: "true"
Expand Down
2 changes: 1 addition & 1 deletion test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
ci: [
'remote_chrome',
'remote_safari',
//'remote_firefox'
'remote_firefox'
],

// Test matrix used before every npm publish.
Expand Down

0 comments on commit f40ad21

Please sign in to comment.