Skip to content

Disable WebGPU on Chrome not just MacOS. #241

Disable WebGPU on Chrome not just MacOS.

Disable WebGPU on Chrome not just MacOS. #241

Workflow file for this run

# Test the latest changes.
on:
# Triggers the workflow on PRs in "master" and push events in every branch except "master".
push:
branches-ignore:
- master
pull_request:
branches: [ "master" ]
# Allows this workflow to be run manually from the Actions tab.
workflow_dispatch:
name: ⚙️ Build Test
jobs:
build-test:
name: ⚒️ Build
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 16.x
- name: 📥 Install project dependencies
run: npm install
- name: ⚒️ Build the project
run: npm run build