Skip to content

Commit 390f02b

Browse files
What? Why is there no tests.sh?
1 parent 2ce225d commit 390f02b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,10 @@ jobs:
217217
needs: [build-all]
218218
steps:
219219
- run: sudo apt-get -y update && sudo apt-get -y install qemu-system-arm
220-
- run: ./tests.sh
220+
- run: |
221+
ls -l
222+
pwd
223+
bash ./tests.sh
221224
222225
# Gather all the above xxx-all jobs together for the purposes of getting an overall pass-fail
223226
all:

0 commit comments

Comments
 (0)