opt: add KHR_fragment_shading_rate to allowlist (#5859) #4
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: Wasm Build | |
permissions: | |
contents: read | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
with: | |
fetch-depth: '0' | |
- name: Build web | |
run: docker compose -f source/wasm/docker-compose.yml --project-directory . up | |
- name: Run tests | |
run: node test/wasm/test.js |