Try running the shunit2 tests for the git step with bash

In GitHub Actions the tests using pushd/popd are failing which makes me wonder
/bin/sh in those environments is dash or something definitely not bash
This commit is contained in:
R Tyler Croy 2020-11-20 10:12:04 -08:00
parent cf53ae42dd
commit 92d7657414
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
INVOCATION_FILE=$PWD/tmp_gittest_invocation_file.json