Skip to content

Commit

Permalink
Merge pull request #1158 from kuzudb/ci-workflow-dependencies
Browse files Browse the repository at this point in the history
Add dependencies to CI workflow
  • Loading branch information
mewim committed Jan 7, 2023
2 parents 08bcc40 + e8e3d67 commit cac871a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
gcc-build-test:
name: gcc build & test
needs: [clang-formatting-check]
runs-on: kuzu-self-hosted-testing
steps:
- uses: actions/checkout@v2
Expand All @@ -24,6 +25,7 @@ jobs:

clang-build-test:
name: clang build & test
needs: [clang-formatting-check]
runs-on: kuzu-self-hosted-testing
steps:
- uses: actions/checkout@v2
Expand All @@ -49,6 +51,7 @@ jobs:

benchmark:
name: benchmark
needs: [gcc-build-test, clang-build-test]
runs-on: kuzu-self-hosted-benchmarking
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cac871a

Please sign in to comment.