Skip to content

Commit

Permalink
chore: move litmus-test earlier in the build process to fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Dec 8, 2024
1 parent 828cd46 commit 8a9264a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
repository-cache: false
- uses: actions/checkout@v4
# https://github.com/bazelbuild/bazel/issues/11062
-
run: bazel run //docs:collate_docs
-
run: bazel build //docs/gen:gen-models
-
run: ls -al */external/bazel_tools/tools/genrule/genrule-setup.sh
-
run: bazel run //docs:collate_docs
-
run: bazel build //...
-
Expand Down

0 comments on commit 8a9264a

Please sign in to comment.