From f20757895a3256afd1c1220687014dc282e3397e Mon Sep 17 00:00:00 2001 From: Wanderson Ferreira Date: Sun, 10 Oct 2021 16:26:42 -0300 Subject: [PATCH] do not upgrade manually --- .github/workflows/ci.yml | 4 +++- makefile | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd174e8..e006fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: with: version: '27.1' - uses: conao3/setup-cask@master + with: + version: 'snapshot' - name: Run tests - run: make ci + run: make test diff --git a/makefile b/makefile index 13db53c..d68ac22 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,4 @@ .PHONY: ci local test -ci: - cask upgrade-cask - cask install - cask exec buttercup -L test/github-review-test.el test: cask exec buttercup -L test/github-review-test.el