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 531f6d3 commit dd6f087Copy full SHA for dd6f087
.github/workflows/test.yaml
@@ -1,10 +1,9 @@
1
-name: test
+name: Basic CI
2
on: [push, pull_request]
3
-defaults:
4
- run:
5
- shell: bash
+
6
jobs:
7
- build:
+ basic_ci:
+ name: Basic CI
8
runs-on: ubuntu-latest
9
timeout-minutes: 30
10
steps:
@@ -44,7 +43,7 @@ jobs:
44
43
name: Run bpc fetch
45
run: |
46
bpc fetch ipd
47
- -
+ -
48
name: Run bpc test
49
50
bpc test pose_estimator:latest ipd --tester-image estimator-tester:latest ; cat submissions.csv
0 commit comments