Skip to content

Commit 9b6555c

Browse files
authored
Merge pull request #794 from Iceber/fix_verify_workflow
ci: fix the verify workflow
2 parents ee85edb + 3405003 commit 9b6555c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ jobs:
88
verify-forked-code:
99
name: Verify Forked Code
1010
runs-on: ubuntu-latest
11+
env:
12+
WORKSPACE: ${{ github.workspace }}/src/github.com/clusterpedia-io/clusterpedia
1113
defaults:
1214
run:
1315
working-directory: ${{ env.WORKSPACE }}
1416
steps:
1517
- name: Checkout code
1618
uses: actions/checkout@v4
19+
with:
20+
path: ${{ env.WORKSPACE }}
1721
- run: hack/verify-forked-code.sh

0 commit comments

Comments
 (0)