ci: fix printf statement
This commit is contained in:
parent
2e21ad2514
commit
7bed5b39c1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: 🧪 Test
|
- name: 🧪 Test
|
||||||
run: |
|
run: |
|
||||||
printf "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
||||||
echo "authenticated=$YT_AUTHENTICATED"
|
echo "authenticated=$YT_AUTHENTICATED"
|
||||||
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Reference in a new issue