diff options
author | merakor <cem@ckyln.com> | 2021-01-05 13:20:24 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-01-05 13:20:24 +0000 |
commit | 4da01c53e20038e7cbe8033911cbecca8bf995c1 (patch) | |
tree | 1b2ff29fcb66d39f9c35dffdd4ded8674f351e22 | |
parent | 6cbbd31889fa7222aedaf88bc3337087122f98fe (diff) | |
download | cpt-4da01c53e20038e7cbe8033911cbecca8bf995c1.tar.gz |
GitHub Actions: fix tests
FossilOrigin-Name: e3de3b8e122b1c149ce812f736a26865c3094f9849c1c920b2174a8a316a754b
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |