Skip to content

Commit

Permalink
feat(apollo): apollo studio integration (tailcallhq#1268)
Browse files Browse the repository at this point in the history
Co-authored-by: Tushar Mathur <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Mar 10, 2024
1 parent 45f6720 commit 310d7cb
Show file tree
Hide file tree
Showing 31 changed files with 1,251 additions and 165 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Install cargo-lambda
run: pip install cargo-lambda

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: cargo lambda build

Expand Down Expand Up @@ -97,6 +100,9 @@ jobs:
- name: Install Stable Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Run Cargo Test
run: cargo llvm-cov --all-features --lcov --output-path lcov.info

Expand Down Expand Up @@ -126,6 +132,9 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Build Project
run: cargo build

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: npm install --global prettier
- name: Install Stable Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler
- name: Run Lint Script
run: ./lint.sh --mode=$LINT_MODE
- name: Commit and push if changed
Expand Down
Loading

0 comments on commit 310d7cb

Please sign in to comment.