diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 00:01:53 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 00:01:53 +0200 |
commit | ff0ada0dc3608418413abbdba5943a2cd8feb0f5 (patch) | |
tree | 8c085386ebbea299e1712b0a80bd8a6b95780cc7 | |
parent | e194de587519e0b1a48192366019d12f5ddbeeed (diff) | |
download | vim-polyglot-ff0ada0dc3608418413abbdba5943a2cd8feb0f5.tar.gz vim-polyglot-ff0ada0dc3608418413abbdba5943a2cd8feb0f5.zip |
Fix CI
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff6099de..1bc06d9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,6 @@ jobs: sudo apt-get update -q sudo apt-get install -y vim vim --version - ls -la + - uses: actions/checkout@v2 - name: Run Tests run: scripts/test |