Skip to content

Commit fc047a2

Browse files
committed
name things
1 parent 0731d75 commit fc047a2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ jobs:
2323
with:
2424
node-version: "18.20.8"
2525

26-
- run: |
26+
- name: Build
27+
run: |
2728
npm i
2829
npm run build
2930
30-
- run: |
31+
- name: Publish pkg-pr-new
32+
run: |
3133
npx pkg-pr-new publish ./packages/convex-helpers
3234
33-
- run: |
35+
- name: Run lint, test, and codegen
36+
run: |
3437
npm run lint
3538
npm run test
3639
npx convex codegen && git diff --exit-code

0 commit comments

Comments
 (0)