Skip to content

Commit

Permalink
not as magic as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 5, 2024
1 parent 8859361 commit afbff8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
setup:
runs-on: ubuntu-latest
outputs:
full_changes: ${{ steps.changed-files-yaml.outputs }}
changed_files_staging_area: ${{ steps.changed-files-yaml.outputs.staging_area_all_changed_files }}
changed_files_test: ${{ steps.changed-files-yaml.outputs.tests_all_changed_files }}
changed_files_api: ${{ steps.changed-files-yaml.outputs.api_all_changed_files }}
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- src/AVPRIndex/**
- name: list changes
run: |
echo "full changes: ${{ steps.changed-files-yaml.outputs }}"
echo "staging area: ${{ steps.changed-files-yaml.outputs.staging_area_all_changed_files }}"
echo "tests: ${{ steps.changed-files-yaml.outputs.tests_all_changed_files }}"
echo "api: ${{ steps.changed-files-yaml.outputs.api_all_changed_files }}"
Expand Down

0 comments on commit afbff8b

Please sign in to comment.