Skip to content

Commit

Permalink
fix jobs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Sep 5, 2023
1 parent 98cae98 commit d904a52
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ jobs:
with:
version: "0.9.0"

- uses: "./.github/workflows/compile.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"
- uses: "./.github/workflows/test.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"
compile:
- uses: "./.github/workflows/compile.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"

test:
- uses: "./.github/workflows/test.yml"
with:
emacs-version: "${{ matrix.emacs-version }}"

0 comments on commit d904a52

Please sign in to comment.