Skip to content

v0.1.1

v0.1.1 #5

Workflow file for this run

name: "Run Tests"
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test:
name: Run Tests
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: yarn test