Skip to content

build(deps): bump the github-actions group across 1 directory with 4 … #2695

build(deps): bump the github-actions group across 1 directory with 4 …

build(deps): bump the github-actions group across 1 directory with 4 … #2695

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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