Skip to content

Commit

Permalink
Merge pull request #206 from zong-zhe/fix-publish-test
Browse files Browse the repository at this point in the history
fix: add login to finish publish test
  • Loading branch information
Peefy authored Aug 8, 2024
2 parents f7fcc68 + e3dcd7c commit 489a254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
export KPM_REPO="test"
export LOGIN_WITH_KCL=1
./scripts/reg.sh
kcl registry login -u test -p 1234 localhost:5001
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./scripts/push_pkg_from.sh $file
done

0 comments on commit 489a254

Please sign in to comment.