From 4da01c53e20038e7cbe8033911cbecca8bf995c1 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 5 Jan 2021 13:20:24 +0000 Subject: GitHub Actions: fix tests FossilOrigin-Name: e3de3b8e122b1c149ce812f736a26865c3094f9849c1c920b2174a8a316a754b --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97598e4..0a39622 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,5 +17,6 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - uses: actions/checkout@v1 - run: ./tools/do test - run: shellspec -- cgit v1.2.3