Limit Docker tests to Linux

This commit is contained in:
Simon Hofmann
2020-12-30 21:22:42 +01:00
parent 56df04991b
commit fe8bea87fe
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
with:
run: npm run coverage -- --coverageDirectory=coverage/unit
- name: Run Docker E2E tests
if: ${{matrix.os === 'ubuntu-latest'}}
if: ${{matrix.os == 'ubuntu-latest'}}
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} 14"
deploy: