Skip to content

Commit

Permalink
DO NOT MERGE: add some bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 7, 2024
1 parent 21ce2d8 commit 5ef4110
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |

Check failure on line 209 in .github/workflows/build_and_test.yml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2016:info:2:6: Expressions don't expand in single quotes, use double quotes for that
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"
Expand Down

0 comments on commit 5ef4110

Please sign in to comment.