File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,15 @@ permissions:
88 contents : read
99
1010jobs :
11- build :
12- name : Build
13- uses : ./.github/workflows/bazel.yml
14- with :
15- name : Build
16- run : bazel build //rb:selenium-devtools //rb:selenium-webdriver
17-
1811 docs :
1912 name : Documentation
20- needs : build
2113 uses : ./.github/workflows/bazel.yml
2214 with :
2315 name : Documentation
2416 run : bazel run //rb:docs
2517
2618 steep-check :
2719 name : Type Check (Steep)
28- needs : build
2920 runs-on : ubuntu-latest
3021 steps :
3122 - name : Checkout code
5142
5243 unit-tests :
5344 name : Unit Tests
54- needs : build
5545 uses : ./.github/workflows/bazel.yml
5646 strategy :
5747 fail-fast : false
8373
8474 integration-tests-local :
8575 name : Local Tests
86- needs : build
8776 uses : ./.github/workflows/bazel.yml
8877 strategy :
8978 fail-fast : false
@@ -115,7 +104,6 @@ jobs:
115104
116105 integration-tests-remote :
117106 name : Remote Tests
118- needs : build
119107 uses : ./.github/workflows/bazel.yml
120108 strategy :
121109 fail-fast : false
You can’t perform that action at this time.
0 commit comments