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 cc4cd33 commit 7ed0063
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/conformance-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,5 @@ jobs:
path: .turbo
key: ${{ runner.os }}/node-conformance/${{ github.sha }}
restore-keys: ${{ runner.os }}/node-conformance
- name: NPM Install
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
- run: npx turbo run conformance:server --filter '@connectrpc/connect-node' --output-logs new-only --log-order stream
- run: npm ci
- run: npx turbo run conformance:${{matrix.side}} --filter '@connectrpc/connect-node' --output-logs new-only --log-order stream

0 comments on commit 7ed0063

Please sign in to comment.