Skip to content

Commit

Permalink
ci(github-actions): add needs neovim before run test
Browse files Browse the repository at this point in the history
fix #3
  • Loading branch information
PunGrumpy committed Nov 16, 2023
1 parent b78eca7 commit fc344e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
path: $HOME/nvim
tests:
name: 🥼 Tests
needs: neovim
if: always()
strategy:
matrix:
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
JOB: ${{ github.job }}
BUILD: ${{ github.run_number }}
COMMIT: ${{ github.sha }}
STATUS: ${{ job.status }}
with:
filename: .github/ISSUE_TEMPLATE/failure_report.md
assignees: github-actions[bot], ${{ github.actor }}
Expand Down

0 comments on commit fc344e5

Please sign in to comment.