Skip to content

Merge pull request #2080 from tijlleenders/vin/2055/code-snippet-not-… #2447

Merge pull request #2080 from tijlleenders/vin/2055/code-snippet-not-…

Merge pull request #2080 from tijlleenders/vin/2055/code-snippet-not-… #2447

Workflow file for this run

name: Jest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run tests
run: yarn test