Skip to content

Commit

Permalink
Test node server
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Aug 30, 2024
1 parent ca48a12 commit 5c6d118
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/conformance-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ jobs:
run: npm ci
- name: Run
run: npx turbo run conformance:${{matrix.side}} --filter '@connectrpc/connect-node' --output-logs new-only --log-order stream
x:
runs-on: ubuntu-22.04
name: "x"
timeout-minutes: 10
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.9.0
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}/node-conformance/${{ github.sha }}
restore-keys: ${{ runner.os }}/node-conformance
- name: NPM Install
run: npm ci
- run: npx turbo run build --filter '@connectrpc/connect-node' --output-logs new-only --log-order stream
- run: npm run conformance:server -w @connectrpc/connect-node

0 comments on commit 5c6d118

Please sign in to comment.