Skip to content

Commit

Permalink
do not upgrade manually
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 201079b commit f207578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f207578

Please sign in to comment.