ci: run tests after extras
This commit is contained in:
parent
f0cd6d7fc2
commit
d1bea39a11
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
||||||
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|
||||||
tests:
|
tests:
|
||||||
|
needs: extras
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-latest, windows-latest]
|
# os: [ubuntu-latest, windows-latest]
|
||||||
@ -35,9 +36,6 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Update Git
|
|
||||||
shell: bash
|
|
||||||
run: git pull
|
|
||||||
- name: Install Neovim
|
- name: Install Neovim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -58,9 +56,6 @@ jobs:
|
|||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Update Git
|
|
||||||
shell: bash
|
|
||||||
run: git pull
|
|
||||||
- name: panvimdoc
|
- name: panvimdoc
|
||||||
uses: kdheepak/panvimdoc@main
|
uses: kdheepak/panvimdoc@main
|
||||||
with:
|
with:
|
||||||
@ -89,9 +84,6 @@ jobs:
|
|||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: tokyonight.nvim
|
package-name: tokyonight.nvim
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Update Git
|
|
||||||
shell: bash
|
|
||||||
run: git pull
|
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user