Skip to content

Commit 4766267

Browse files
Update main.yml
1 parent e73460a commit 4766267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
path: pigweed_tests
3030

3131
- name: update pigweed tests
32-
run: cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed/pigweed_tests
32+
run: |
33+
cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed/pigweed_tests
34+
git pull
3335
3436
- name: Run Python script
3537
run: |

0 commit comments

Comments
 (0)