diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 18d8d71..162a448 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,6 @@ jobs: env: RUNNING_ON_GITHUB_ACTIONS: true run: | - ls -alh ./ - sh ./dev/tests/run_tests.sh + bash ./dev/tests/run_tests.sh - name: Upload Coverage to Codecov uses: codecov/codecov-action@v1