Skip to content

Commit

Permalink
ci: compare with feature branch for test
Browse files Browse the repository at this point in the history
  • Loading branch information
FushuWang committed Aug 12, 2023
1 parent da58d40 commit ba4468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
chart_name=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --config .ci/ct.yaml | grep -v '>>>')
chart_name=$(ct list-changed --target-branch fswang/add-chart-tests-for-sn-platform --config .ci/ct.yaml | grep -v '>>>' | echo '')
if [[ -n "$chart_name" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
echo "chart_name=$chart_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ba4468e

Please sign in to comment.