Skip to content

Commit

Permalink
chore: fixup inline commands
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Nov 1, 2023
1 parent ba0d37b commit a639048
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
- run: npm install -g npm@latest

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Build 🔧
run: |
npm run compile
run: npm run compile

- name: Benchmark tests
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
ignore: './CHANGELOG.md ./experimental/packages/opentelemetry-exporter-metrics-otlp-grpc/protos ./experimental/packages/opentelemetry-exporter-metrics-otlp-proto/protos ./packages/exporter-trace-otlp-grpc/protos ./packages/exporter-trace-otlp-proto/protos'

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Lint
run: |
Expand Down
21 changes: 7 additions & 14 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:
if: ${{ matrix.node_version == '14' || matrix.node_version == '16' }}

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Build 🔧
run: |
npm run compile
run: npm run compile

- name: Unit tests
run: |
Expand All @@ -66,8 +64,7 @@ jobs:
- run: npm install -g npm@latest

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Build 🔧
run: |
Expand All @@ -91,12 +88,10 @@ jobs:
node-version: 16

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Build 🔧
run: |
npm run compile
run: npm run compile

- name: Unit tests
run: npm run test:browser
Expand All @@ -114,12 +109,10 @@ jobs:
node-version: 16

- name: Bootstrap
run: |
npm ci
run: npm ci

- name: Build 🔧
run: |
npm run compile
run: npm run compile

- name: Unit tests
run: npm run test:webworker
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/w3c-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
node-version: '16'

- name: Install and Bootstrap 🔧
run: |
npm ci
run: npm ci

- name: Generate version.ts files
run: npm run version:update
Expand Down

0 comments on commit a639048

Please sign in to comment.