Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Oct 9, 2024
1 parent 0b779be commit 7090505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'

- name: Install OSSInsight Types Dependencies
run: pnpm --filter "@ossinsight/types" --frozen-lockfile --strict-peer-dependencies install && pnpm --filter "@ossinsight/types" build
- name: Build OSSInsight Types Dependencies
run: pnpm --filter "@ossinsight/types" build

- name: Verify Sources
run: pnpm run test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-collection-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify Query Definition
name: Verify Query Configs

on:
pull_request:
Expand All @@ -21,15 +21,14 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'

- name: Install Dependencies
run: pnpm i --frozen-lockfile --strict-peer-dependencies

- name: Verify Query Definition
run: pnpm run validate:query

0 comments on commit 7090505

Please sign in to comment.