Skip to content

Merge pull request #382 from stefanzweifel/dependabot/github_actions/… #362

Merge pull request #382 from stefanzweifel/dependabot/github_actions/…

Merge pull request #382 from stefanzweifel/dependabot/github_actions/… #362

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test