ci: use bash on windows as well

This commit is contained in:
Joonas Koivunen 2020-06-25 18:42:14 +03:00
parent 651dc32ef9
commit 72a26b6d18

View File

@ -118,6 +118,7 @@ jobs:
- name: Setup conformance tests (non-cross targets)
if: matrix.platform.cross == false
run: ./setup.sh
shell: bash
working-directory: ./conformance
- name: Build (others)
@ -152,6 +153,7 @@ jobs:
- name: Conformance testing (non-cross targets)
if: matrix.platform.cross == false
run: IPFS_RUST_EXEC=../target/debug/ipfs-http npm test
shell: bash
working-directory: ./conformance
- name: Upload crashes (macos)