Skip to content

Commit

Permalink
Added script/ci improvements
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Sep 11, 2023
1 parent a52c6ff commit 86d3f42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,13 @@ jobs:
with:
separator: ","

- name: List all changed files
run: echo "${{ steps.changed-files.outputs.all_changed_files }}"


- name: Run optimized cli script
id: get-affected-packages-from-diff
run: |
AFFECTED_PACKAGES="$(node tools/get-affected-packages-from-diff.js ${{ steps.changed-files.outputs.all_changed_files }})"
echo "AFFECTED_PACKAGES=$AFFECTED_PACKAGES" >> "$GITHUB_OUTPUT"
- name: List the changed-files
- name: List all the packages affected by diff
run: echo "The output is ${{ steps.get-affected-packages-from-diff.outputs.AFFECTED_PACKAGES }}"
outputs:
AFFECTED_PACKAGES: ${{ steps.get-affected-packages-from-diff.outputs.AFFECTED_PACKAGES }}
Expand Down

0 comments on commit 86d3f42

Please sign in to comment.