diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 71562064..ef62bf87 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -55,7 +55,7 @@ jobs: - name: Check Error Code run: | 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: name: Run integration tests