Skip to content

Merge pull request #50 from djgoku/feature/the-real-add-count-duplica… #64

Merge pull request #50 from djgoku/feature/the-real-add-count-duplica…

Merge pull request #50 from djgoku/feature/the-real-add-count-duplica… #64

Workflow file for this run

name: Earthly
on:
push:
paths:
- 'emacs/**.el'
- 'emacs/**.org'
jobs:
tests:
name: Testing Emacs
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1
with:
version: "latest"
- uses: actions/checkout@v2
- name: Docker login
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
- name: run earthly for testing emacs
run: earthly ./earthly+test