Skip to content

Commit dd6f087

Browse files
committed
syntax fix
Signed-off-by: Tully Foote <[email protected]>
1 parent 531f6d3 commit dd6f087

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: test
1+
name: Basic CI
22
on: [push, pull_request]
3-
defaults:
4-
run:
5-
shell: bash
3+
64
jobs:
7-
build:
5+
basic_ci:
6+
name: Basic CI
87
runs-on: ubuntu-latest
98
timeout-minutes: 30
109
steps:
@@ -44,7 +43,7 @@ jobs:
4443
name: Run bpc fetch
4544
run: |
4645
bpc fetch ipd
47-
-
46+
-
4847
name: Run bpc test
4948
run: |
5049
bpc test pose_estimator:latest ipd --tester-image estimator-tester:latest ; cat submissions.csv

0 commit comments

Comments
 (0)