Skip to content

Commit

Permalink
fix: fix opengauss pitr unit test path
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Jul 6, 2024
1 parent d6e2ba5 commit 12bb6e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
branches: [ main ]
paths:
- 'shardingsphere-operator/**'
- 'pitr/**'
- 'solutions/opengauss/pitr/**'
- '.github/workflows/unit-test.yml'
jobs:
operator:
Expand All @@ -40,17 +40,17 @@ jobs:
make test
- name: "pitr agent test"
run: |
cd pitr/agent
cd solutions/opengauss/pitr/agent
make test
- name: "pitr cli test"
run: |
cd pitr/cli
cd solutions/opengauss/pitr/cli
make test
- name: "aggregate reports"
run: |
cat ./shardingsphere-operator/cover.out >> cover.out
cat ./pitr/cli/cover.out >> cover.out
cat ./pitr/agent/cover.out >> cover.out
cat ./solutions/opengauss/pitr/cli/cover.out >> cover.out
cat ./solutions/opengauss/pitr/agent/cover.out >> cover.out
- name: "code coverage"
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 12bb6e5

Please sign in to comment.