Skip to content

Commit

Permalink
More fixes to workflow definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Mar 7, 2024
1 parent 43e1fcd commit 76ba882
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
- name: Install deps
working-directory: benchmarks
run: pnpm install
- name: List dependency directories
run: |
echo "ls -al benchmarks/dependencies/preact/local-pinned"
ls -al benchmarks/dependencies/preact/local-pinned
echo "ls -al benchmarks/dependencies/preact/local-pinned/node_modules"
ls -al benchmarks/dependencies/preact/local-pinned/node_modules
# Run benchmark
- name: Run benchmark
Expand Down

0 comments on commit 76ba882

Please sign in to comment.