Skip to content

Commit

Permalink
fix: Resolved an issue within the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashingQuasar committed May 23, 2024
1 parent 2797de6 commit 59ec35f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ jobs:
- name: Building workspace dependencies
run: pnpm --filter ts-predicate ci:build

- name: Package dependencies installation
run: pnpm install --filter toolbox

- name: Lint with ESlint
run: pnpm --filter toolbox ci:lint

Expand Down Expand Up @@ -277,6 +280,9 @@ jobs:
- name: Building workspace dependencies
run: pnpm --filter ts-predicate ci:build

- name: Package dependencies installation
run: pnpm install --filter toolbox

- name: Check TypeScript syntax
run: pnpm --filter toolbox ci:ts:check

Expand Down Expand Up @@ -304,6 +310,9 @@ jobs:
- name: Building workspace dependencies
run: pnpm --filter ts-predicate ci:build

- name: Package dependencies installation
run: pnpm install --filter toolbox

- name: Test with Node Test runner
run: pnpm --filter toolbox ci:test:unit

Expand Down Expand Up @@ -350,6 +359,9 @@ jobs:
- name: Building workspace dependencies
run: pnpm --filter ts-predicate ci:build

- name: Package dependencies installation
run: pnpm install --filter toolbox

- name: Package build
run: pnpm --filter toolbox ci:build

Expand Down

0 comments on commit 59ec35f

Please sign in to comment.