Skip to content

Ensure undici instrumentation respects passed config #60

Ensure undici instrumentation respects passed config

Ensure undici instrumentation respects passed config #60

Workflow file for this run

name: "Test"
on:
push:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: ./.github/actions/setup-test-env
- name: Build all packages (so they can require each other)
shell: nix develop -c bash -eo pipefail -l {0}
run: pnpm build
- name: Test
shell: nix develop -c bash -eo pipefail -l {0}
run: pnpm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: ./.github/actions/setup-test-env
- name: Lint
shell: nix develop -c bash -eo pipefail -l {0}
run: pnpm lint