Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 4d91dd6 commit 42efb15
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: CI

on: [push]

on : [push]
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

- name: Run tests
run: make ci

0 comments on commit 42efb15

Please sign in to comment.