Skip to content

Commit

Permalink
Enable prober and qualifier with yugabyte in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 7, 2025
1 parent 9959841 commit 968bb04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
run: make down-locally
- name: Start local DSS instance
run: make start-locally
- name: Probe local DSS instance
run: make probe-locally
- name: Run Qualifier against local DSS instance
run: make qualify-locally
- name: Bring down local DSS instance
run: make down-locally

Expand Down

0 comments on commit 968bb04

Please sign in to comment.