-
-
Notifications
You must be signed in to change notification settings - Fork 153
36 lines (36 loc) · 1.04 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: test-all
permissions: {}
on:
push:
branches:
- feature/*
- develop
- main
paths:
- "packages/**"
- "tools/**"
- ".github/workflows/**"
- "package.json"
- "yarn.lock"
- "!**.md"
pull_request:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: ">=20.0.0"
cache: "yarn"
- uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406
with:
version: 0.13.0
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5
with:
bun-version: latest
- run: yarn install --immutable
- run: yarn test
- run: yarn tool:imports