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 3232
3333 # Run in the root module which should test for everything barring showcase
3434 - name : Perform Dependency Compatibility Testing
35+ shell : bash
3536 run : |
36- if [ -z ${{ github.event.inputs.dependencies-list }} ]
37+ if [[ -z ${{ github.event.inputs.dependencies-list }} ] ]
3738 ./.github/scripts/test_dependency_compatibility.sh -f dependencies.txt
3839 else
3940 ./.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
5354 cd -
5455 # Run for the Showcase tests
5556 - name : Perform Dependency Compatibility Testing (Showcase)
57+ shell : bash
5658 run : |
57- if [ -z ${{ github.event.inputs.dependencies-list }} ]
59+ if [[ -z ${{ github.event.inputs.dependencies-list }} ] ]
5860 ../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
5961 else
6062 ../.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
You can’t perform that action at this time.
0 commit comments