Test directly in docker maybe?
Some checks failed
/ Test in docker on 29 (push) Failing after 2s
/ Test on 29.1 (push) Waiting to run
/ Test on snapshot (push) Waiting to run
/ Test on 28.2 (push) Has been cancelled

This commit is contained in:
Maciej 2024-08-19 18:31:31 +03:00
parent 6e04a02ccf
commit 04edfc1ec2
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -1,5 +1,22 @@
on: [push]
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:
name: Test on ${{matrix.emacs-version}}
runs-on: docker