mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
GHA: Update cache directory if all steps succeeded
This commit is contained in:
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@@ -80,6 +80,10 @@ jobs:
|
|||||||
- name: Build and test
|
- name: Build and test
|
||||||
run: ./ci/script.sh
|
run: ./ci/script.sh
|
||||||
|
|
||||||
|
- name: Cache dependencies
|
||||||
|
if: ${{ success() }}
|
||||||
|
run: ./ci/before_cache.sh
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
@@ -131,3 +135,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
run: ./ci/script.sh
|
run: ./ci/script.sh
|
||||||
|
|
||||||
|
- name: Cache dependencies
|
||||||
|
if: ${{ success() }}
|
||||||
|
run: ./ci/before_cache.sh
|
||||||
|
Reference in New Issue
Block a user