Skip to content

Commit

Permalink
Update back-end.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 16, 2024
1 parent d803c7c commit 036a6dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
timeout-minutes: 5
steps:
-
run: "echo $PATH"
run: |
echo -e "#!/bin/bash\necho alma" > .local/bin/alma
chmod +x .local/bin/alma
-
run: "mkdir bin; echo $PATH"
run: alma

Check failure on line 32 in .github/workflows/back-end.yml

View workflow job for this annotation

GitHub Actions / YAML validity

32:18 [quoted-strings] string value is not quoted with double quotes

0 comments on commit 036a6dc

Please sign in to comment.