-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (32 loc) · 890 Bytes
/
Copy pathfixtures.yml
File metadata and controls
35 lines (32 loc) · 890 Bytes
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
name: Fixtures
on:
push:
paths:
- fixtures/**
- packages/core/**
- scripts/generate-fixtures.mjs
- scripts/validate-fixtures.mjs
pull_request:
paths:
- fixtures/**
- packages/core/**
- scripts/generate-fixtures.mjs
- scripts/validate-fixtures.mjs
workflow_dispatch:
permissions:
contents: read
jobs:
fixtures:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1
with:
version: 11.10.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
with:
node-version-file: .node-version
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fixtures:validate
- run: pnpm --filter @ndycode/timetablekit test