It won't work
This commit is contained in:
parent
04edfc1ec2
commit
859d748069
1 changed files with 0 additions and 17 deletions
|
|
@ -1,22 +1,5 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test_directly_in_docker:
|
|
||||||
runs-on: docker
|
|
||||||
name: "Test in docker on 29"
|
|
||||||
container: docker.io/silex/emacs:29.4-ci
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install deps
|
|
||||||
run: eask install-deps --dev
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: eask test buttercup
|
|
||||||
|
|
||||||
- name: Build package to dist
|
|
||||||
run: eask package
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test on ${{matrix.emacs-version}}
|
name: Test on ${{matrix.emacs-version}}
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue