Fix for browser.storage.sync.QUOTA_BYTES_PER_ITEM
being undefined on FF
#300
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Augmented Steam | |
on: | |
push: | |
branches: [develop, master, wip-4.0, wip-4.0-mv3] | |
pull_request: | |
types: [opened, edited] | |
jobs: | |
build-all: | |
name: Build Augmented Steam | |
strategy: | |
matrix: | |
browser: [firefox, chrome, edge] | |
uses: ./.github/workflows/run-build.yml | |
with: | |
browser: ${{ matrix.browser }} |