From 5ef4110e74f71c67bf03567b524d904e4f7a17be Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 7 Dec 2024 14:48:11 +0000 Subject: [PATCH] DO NOT MERGE: add some bad code --- .github/workflows/build_and_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cb966f292ee5..ada5d17e3525 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -36,7 +36,7 @@ jobs: cancel-previous-e2e-tests: needs: [ check-permissions ] if: github.event_name == 'pull_request' - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Cancel previous e2e-tests runs for this PR @@ -207,6 +207,9 @@ jobs: # #[cfg(debug_assertions)] blocks are not built. It's not worth building everything for second # time just for that, so skip "clippy --release". - run: | + echo var2=$var2 + echo '$var2' + CLIPPY_COMMON_ARGS="$( source .neon_clippy_args; echo "$CLIPPY_COMMON_ARGS")" if [ "$CLIPPY_COMMON_ARGS" = "" ]; then echo "No clippy args found in .neon_clippy_args"