Skip to content

Commit e199ea5

Browse files
committed
run notebook builds first
1 parent 07fe7cd commit e199ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
driver: docker
2626
install: true
2727
use: true
28-
- name: Build cluster image
29-
run: |
30-
make cluster-image
3128
- name: Build notebook image
3229
run: |
3330
make notebook-image
31+
- name: Build cluster image
32+
run: |
33+
make cluster-image
3434
all-tests-successful:
3535
if: always()
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)