Skip to content

Commit

Permalink
Add netkan smoke test to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Sep 30, 2021
1 parent 29feea1 commit e2b8ad2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ jobs:
- name: Build ckan.exe and netkan.exe
run: ./build --configuration=${{ matrix.configuration}}
- name: Run tests
run: xvfb-run ./build test+only --configuration=${{ matrix.configuration }} --where="Category!=FlakyNetwork"
run: |
xvfb-run ./build test+only --configuration=${{ matrix.configuration }} --where="Category!=FlakyNetwork"
# Smoke test for netkan.exe, test for SpaceDock reachability
cd _build && \
curl -O https://raw.githubusercontent.com/KSP-CKAN/NetKAN/master/NetKAN/ZeroMiniAVC.netkan && \
mono netkan.exe ZeroMiniAVC.netkan
- name: Upload ckan.exe artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e2b8ad2

Please sign in to comment.