Skip to content

Merge pull request #19 from nyarla/dependabot-github_actions-oven-sh-… #22

Merge pull request #19 from nyarla/dependabot-github_actions-oven-sh-…

Merge pull request #19 from nyarla/dependabot-github_actions-oven-sh-… #22

Workflow file for this run

name: Test toolchain
on:
pull_request:
paths:
- ".github/workflows/bun-test.yaml"
- "src/**"
- "test/**"
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
bun-version: latest
- uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1.2.2
- run: bun install
- run: bun test test/**