Skip to content

Commit

Permalink
Add IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Apr 1, 2024
1 parent 615b690 commit cb90e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
cmd /c "START /b openicf\bin\ConnectorServer.bat /run"
Start-Sleep -s 15
findstr "ConnectorServer listening on" openicf\logs\ConnectorServer.log
findstr " ERROR " openicf\logs\ConnectorServer.log || if %ERRORLEVEL% EQU 1 (echo "no error") else assertError
findstr " ERROR " openicf\logs\ConnectorServer.log || echo "no error"
findstr " ERROR " openicf\logs\ConnectorServer.log | find /c "ERROR" | findstr "0"
- name: Upload failure artifacts
uses: actions/upload-artifact@v4
if: ${{ failure() }}
Expand Down

0 comments on commit cb90e8d

Please sign in to comment.