From d1bea39a11ec35629fd3058949f941ef3dc02fea Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 22 Apr 2023 09:42:27 +0200 Subject: [PATCH] ci: run tests after extras --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a6357e..50712b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] " tests: + needs: extras strategy: matrix: # os: [ubuntu-latest, windows-latest] @@ -35,9 +36,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - name: Update Git - shell: bash - run: git pull - name: Install Neovim shell: bash run: | @@ -58,9 +56,6 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v3 - - name: Update Git - shell: bash - run: git pull - name: panvimdoc uses: kdheepak/panvimdoc@main with: @@ -89,9 +84,6 @@ jobs: release-type: simple package-name: tokyonight.nvim - uses: actions/checkout@v3 - - name: Update Git - shell: bash - run: git pull - name: tag stable versions if: ${{ steps.release.outputs.release_created }} run: |