Skip to content

Commit

Permalink
fix: pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 5, 2024
1 parent 258f9a9 commit ced42b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: pnpm install
- name: Export the matrix for testing
id: deploy-matrix
run: nx run @infra/azure-functions:github-actions
run: pnpm exec nx run @infra/azure-functions:github-actions

build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
- run: pnpm build

- name: Build the project
run: nx run @examples/with-${{ matrix.runtime }}:build
run: pnpm exec nx run @examples/with-${{ matrix.runtime }}:build
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ced42b3

Please sign in to comment.