Skip to content

Commit

Permalink
diagnostixxxxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 10, 2023
1 parent ab540d0 commit 80ecd38
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: First set up src
shell: bash
working-directory: src
run: npm ci --workspaces --omit=optional
- name: Install Dependencies in pkgs/install
shell: bash
working-directory: pkgs/install
run: npm ci --verbose
- name: Install Dependencies in pkgs/load
shell: bash
working-directory: pkgs/load
run: npm ci --verbose
- name: Install Dependencies in pkgs/cli
shell: bash
working-directory: pkgs/cli
run: npm ci --verbose
- name: Install Dependencies in pkgs/cargo-messages
shell: bash
working-directory: pkgs/cargo-messages
run: npm ci --verbose
- name: Install Dependencies
shell: bash
run: npm ci --verbose
Expand Down

0 comments on commit 80ecd38

Please sign in to comment.