Skip to content

Commit

Permalink
[ci] Build all targets (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored Oct 26, 2024
1 parent bc4f647 commit e8201c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
33 changes: 3 additions & 30 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
Expand All @@ -18,33 +19,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up authentication
shell: bash
run: cp infra/bazelrc .bazelrc.user

- name: Build api
run: bazel build //engflow/api/...

- name: Build auth
run: bazel build //engflow/auth/...

- name: Build cluster
run: bazel build //engflow/cluster/...

- name: Build eventstore
run: bazel build //engflow/eventstore/...

- name: Build iam
run: bazel build //engflow/iam/...

- name: Build notification
run: bazel build //engflow/notification/...

- name: Build resourceusage
run: bazel build //engflow/resourceusage/...

- name: Build resultstore
run: bazel build //engflow/resultstore/...

- name: Build type
run: bazel build //engflow/type/...
- name: Build
run: bazel build //...
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# User-specific bazelrc
.bazelrc.user

# bzlmod lockfile
MODULE.bazel.lock

# Bazel convinience symlinks.
/bazel-*
.ijwb
Expand Down

0 comments on commit e8201c8

Please sign in to comment.