Skip to content

Commit

Permalink
add client-gen test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Nov 30, 2024
1 parent 9bf4032 commit 08517bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/client_gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Handle @arpc-packages/client-gen checks"

on:
push:
paths:
- "packages/arpc-client-gen/**"
- ".github/workflows/client_gen.yml"

jobs:
test:
name: "Run tests"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: npm ci
working-directory: ./packages/arpc-client-gen
- run: npm run test
working-directory: ./packages/arpc-client-gen

0 comments on commit 08517bc

Please sign in to comment.