diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 23:54:23 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 23:54:23 +0200 |
commit | 012cf8921004ffaf1bd02d703740b44ec210a2a6 (patch) | |
tree | 216d6f773e2a14b56467cfdb1853467687c60dd4 | |
parent | ac71777dc2815cd81da67a6677419325093fb0b2 (diff) | |
download | vim-polyglot-012cf8921004ffaf1bd02d703740b44ec210a2a6.tar.gz vim-polyglot-012cf8921004ffaf1bd02d703740b44ec210a2a6.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 e3775f65..8907807c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,4 +12,4 @@ jobs: steps: - uses: rhysd/action-setup-vim@v1 - name: Test - run: scripts/test + run: ./scripts/test |