Skip to content

spirv-val: Report VUID 08973 only in Vulkan environments (#5873) #3242

spirv-val: Report VUID 08973 only in Vulkan environments (#5873)

spirv-val: Report VUID 08973 only in Vulkan environments (#5873) #3242

Workflow file for this run

name: Wasm Build
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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