Skip to content

Commit

Permalink
Make checkout more efficient (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Jan 29, 2024
1 parent 20aef22 commit 73c6a6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wpiMany.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
show-progress: false
- name: exec-wpi-many-tests
run: ./run-cf-tests.sh
shell: bash

0 comments on commit 73c6a6e

Please sign in to comment.