Skip to content

Commit

Permalink
Add IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Mar 27, 2024
1 parent c4e288f commit c18749a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Test on Unix
if: runner.os != 'Windows'
run: |
unzip OpenICF-java-framework/openicf-zip/target/openicf-*.zip
unzip -d OpenICF-java-framework/openicf-zip/target openicf-*.zip
openicf/bin/ConnectorServer.sh
- name: Test on Windows
if: runner.os == 'Windows'
run: |
unzip OpenICF-java-framework\openicf-zip\target\openicf-*.zip
unzip -d OpenICF-java-framework\openicf-zip\target openicf-*.zip
openicf\bin\ConnectorServer.bat
- name: Upload failure artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c18749a

Please sign in to comment.