aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-15 12:25:28 +0100
committerGitHub <noreply@github.com>2023-01-15 12:25:28 +0100
commit909abfbd877f9231716ff3a2ea0532cf43a737f3 (patch)
treeda777aa89918431cc568e57dd07ac9dc9770bcb1
parent6f0234a5e500013e502747a5c78a8b3fbedc7286 (diff)
downloadrneovim-909abfbd877f9231716ff3a2ea0532cf43a737f3.tar.gz
rneovim-909abfbd877f9231716ff3a2ea0532cf43a737f3.tar.bz2
rneovim-909abfbd877f9231716ff3a2ea0532cf43a737f3.zip
ci: deduplicate TEST_FILE environment variable (#21667)
-rw-r--r--.github/workflows/ci.yml9
-rwxr-xr-x.github/workflows/env.sh1
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48338527f4..7699233ea3 100644
--- 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
index 4a2217de89..d93552fed3 100755
--- 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=