Skip to content

Commit

Permalink
Merge branch 'master' into start-beg-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira authored Oct 10, 2021
2 parents 6bebd41 + aa1d401 commit 6dca9d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: CI

on: [push]

on : [push, pull_request]
jobs:
build:
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run CI in docker
run: docker run -v $(pwd):/opt silex/emacs:27.1-ci-cask bash -c "cd /opt && make ci"
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: purcell/setup-emacs@master
with:
version: '27.1'
- uses: conao3/setup-cask@master
with:
version: 'snapshot'

- name: Run tests
run: make test
5 changes: 1 addition & 4 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.PHONY: ci local test
ci:
cask upgrade-cask
cask install
cask exec buttercup -L test/github-review-test.el

test:
cask install
cask exec buttercup -L test/github-review-test.el

# Run the tests locally
Expand Down

0 comments on commit 6dca9d3

Please sign in to comment.