We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73460a commit 4766267Copy full SHA for 4766267
.github/workflows/main.yml
@@ -29,7 +29,9 @@ jobs:
29
path: pigweed_tests
30
31
- name: update pigweed tests
32
- run: cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed/pigweed_tests
+ run: |
33
+ cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed/pigweed_tests
34
+ git pull
35
36
- name: Run Python script
37
run: |
0 commit comments