Skip to content

test: Build with Eask #6

test: Build with Eask

test: Build with Eask #6

Workflow file for this run

name: Integ
on:
inputs:
revision:
required: true
default: 'master'

Check failure on line 7 in .github/workflows/integ.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integ.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integ:
strategy:
fail-fast: false
matrix:
os:
- macos-10.15
- ubuntu-18.04
- windows-2019
emacs-version:
- '27.2'
- '28.1'
runs-on: ${{ matrix.os }}
steps:
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.revision }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- run: bin/setup
- run: bin/test integ