File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# Run in the root module which should test for everything barring showcase
34
34
- name : Perform Dependency Compatibility Testing
35
+ shell : bash
35
36
run : |
36
- if [ -z ${{ github.event.inputs.dependencies-list }} ]
37
+ if [[ -z ${{ github.event.inputs.dependencies-list }} ] ]
37
38
./.github/scripts/test_dependency_compatibility.sh -f dependencies.txt
38
39
else
39
40
./.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
53
54
cd -
54
55
# Run for the Showcase tests
55
56
- name : Perform Dependency Compatibility Testing (Showcase)
57
+ shell : bash
56
58
run : |
57
- if [ -z ${{ github.event.inputs.dependencies-list }} ]
59
+ if [[ -z ${{ github.event.inputs.dependencies-list }} ] ]
58
60
../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
59
61
else
60
62
../.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
You can’t perform that action at this time.
0 commit comments