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 b0fba68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
- name: Install deps
working-directory: benchmarks
run: pnpm install
- name: List dependency directories
run: |
echo "> ls -al ."
ls -al .
echo "ls -al benchmarks/dependencies/preact/local-pinned"
ls -al benchmarks/dependencies/preact/local-pinned
echo "ls -al benchmarks/dependencies/preact/main"
ls -al benchmarks/dependencies/preact/main
# Run benchmark
- name: Run benchmark
Expand Down

0 comments on commit b0fba68

Please sign in to comment.