Tested return code logic
This commit is contained in:
parent
3e211d5978
commit
6ab34eb878
2
.github/workflows/on-pr.yaml
vendored
2
.github/workflows/on-pr.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Check Error Code
|
- name: Check Error Code
|
||||||
run: |
|
run: |
|
||||||
scp -o 'StrictHostKeyChecking no' -i /tmp/key ${{ env.BUILD_USERNAME }}@${{ env.BUILD_HOSTNAME }}:/tmp/return_test.txt .
|
scp -o 'StrictHostKeyChecking no' -i /tmp/key ${{ env.BUILD_USERNAME }}@${{ env.BUILD_HOSTNAME }}:/tmp/return_test.txt .
|
||||||
[ $(cat ./return_test.txt) -eq 1 ]
|
[ $(cat ./return_test.txt) -eq 0 ]
|
||||||
|
|
||||||
integrationtest:
|
integrationtest:
|
||||||
name: Run integration tests
|
name: Run integration tests
|
||||||
|
Loading…
Reference in New Issue
Block a user