Skip to content

Roll external/re2/ 6598a8ecd..917047f36 (3 commits) (#5626) #55

Roll external/re2/ 6598a8ecd..917047f36 (3 commits) (#5626)

Roll external/re2/ 6598a8ecd..917047f36 (3 commits) (#5626) #55

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.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