Skip to content

Commit

Permalink
fix: naming of CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 23, 2024
1 parent 49acb72 commit 44eb247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forge-lint-workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: "Install the Node.js dependencies"
run: "pnpm install"

- name: "Run Foundry Tests in all pnpm workspaces"
- name: 'Run solhint linting in pnpm workspace: ${{ inputs.match-workspace }}';
run: 'pnpm --filter "${{ inputs.match-workspace }}" lint:sol'

- name: "Add summary"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forge-test-workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: "Install the Node.js dependencies"
run: "pnpm install"

- name: "Run Foundry Tests in all pnpm workspaces"
- name: 'Run Foundry Test in pnpm workspace: ${{ inputs.match-workspace }}';
run: 'pnpm --filter "${{ inputs.match-workspace }}" test'

- name: "Add summary"
Expand Down

0 comments on commit 44eb247

Please sign in to comment.