Skip to content

Commit

Permalink
ci: run emacs integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour committed Oct 3, 2023
1 parent 1fadd31 commit 48a690d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,26 @@ jobs:
shell: bash
run: scripts/test.sh

- name: 'Upload Artifact'
- name: 'Upload docs'
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/

emacs:
name: "Integration test - emacs"
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run tests
run: |
scripts/demo/build-docker-image.sh
- name: 'Upload screenshots'
uses: actions/upload-artifact@v3
with:
name: screenshots
path: demo.tar

0 comments on commit 48a690d

Please sign in to comment.