Skip to content

Merge pull request #12 from nyarla/dependabot-github_actions-actions-… #10

Merge pull request #12 from nyarla/dependabot-github_actions-actions-…

Merge pull request #12 from nyarla/dependabot-github_actions-actions-… #10

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
bun-version: latest
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
- run: bun install
- run: bun test