neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 909abfbd877f9231716ff3a2ea0532cf43a737f3
parent 6f0234a5e500013e502747a5c78a8b3fbedc7286
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sun, 15 Jan 2023 12:25:28 +0100

ci: deduplicate TEST_FILE environment variable (#21667)


Diffstat:
M.github/workflows/ci.yml | 9+++++----
M.github/workflows/env.sh | 1-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -16,6 +16,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} cancel-in-progress: true +env: + UNCRUSTIFY_VERSION: uncrustify-0.75.0 + # TEST_FILE: test/functional/core/startup_spec.lua + # TEST_FILTER: foo + jobs: lint: if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref == 'refs/heads/master') @@ -205,8 +210,6 @@ jobs: env: CC: ${{ matrix.cc }} CI_OS_NAME: ${{ matrix.os }} - # TEST_FILE: test/functional/core/startup_spec.lua - # TEST_FILTER: foo steps: - uses: actions/checkout@v3 @@ -283,8 +286,6 @@ jobs: DEPS_BUILD_DIR: ${{ github.workspace }}/nvim-deps CACHE_NVIM_DEPS_DIR: ${{ github.workspace }}/nvim-deps DEPS_PREFIX: ${{ github.workspace }}/nvim-deps/usr - # TEST_FILE: test/functional/core/startup_spec.lua - # TEST_FILTER: foo name: windows (MSVC_64) steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh @@ -18,7 +18,6 @@ VALGRIND_LOG=$GITHUB_WORKSPACE/build/log/valgrind-%p.log CACHE_NVIM_DEPS_DIR=$HOME/.cache/nvim-deps CACHE_MARKER=$HOME/.cache/nvim-deps/.ci_cache_marker CACHE_UNCRUSTIFY=$HOME/.cache/uncrustify -UNCRUSTIFY_VERSION=uncrustify-0.75.0 EOF DEPS_CMAKE_FLAGS=