fix bash syntax (SkipLint)
This commit is contained in:
parent
398445c73d
commit
611468f6d0
@ -23,4 +23,5 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-InstallDependencies}"
|
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-InstallDependencies}"
|
||||||
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-UnitTests}"
|
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-UnitTests}"
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash curl -s https://codecov.io/bash -o codecov.sh
|
||||||
|
- bash codecov.sh -f 'coverage.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user