-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled and refactored compute changed files to have all files settin…
…g to true and get all files Needs to be tested in ci and test related to compute all files need to be added
- Loading branch information
Showing
3 changed files
with
68 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,19 +12,19 @@ on: | |
- develop | ||
|
||
jobs: | ||
# check_unit_tests_completed: | ||
# name: Check unit test completed | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Wait for unit tests to checks | ||
# uses: ArcticLampyrid/[email protected] | ||
# with: | ||
# workflow: unit_tests.yml | ||
# sha: auto | ||
check_unit_tests_completed: | ||
name: Check unit test completed | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for unit tests to checks | ||
uses: ArcticLampyrid/[email protected] | ||
with: | ||
workflow: unit_tests.yml | ||
sha: auto | ||
|
||
compute_changed_files: | ||
name: Compute changed files | ||
# needs: check_unit_tests_completed | ||
needs: check_unit_tests_completed | ||
runs-on: ubuntu-20.04 | ||
outputs: | ||
matrix: ${{ steps.compute-file-matrix.outputs.matrix }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters