From 7168aa9d024a0e58539f699f44d1bd46c691b134 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 7 Jul 2022 11:12:19 +0200 Subject: [PATCH] Make sure we can run tests --- .github/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9ace247..46cb614 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,6 +17,7 @@ jobs: env: RUNNING_ON_GITHUB_ACTIONS: true run: | - dev/tests/run_tests.sh + ls -alh ./ + sh ./dev/tests/run_tests.sh - name: Upload Coverage to Codecov uses: codecov/codecov-action@v1