Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkiBrenki committed Apr 12, 2024
1 parent 4abd0bf commit 5f99248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Check for test
run: |
if [ -f /src/main/kotlin/util/BarcodeUtilTest.kt ]; then
if [ -f src/main/kotlin/util/BarcodeUtilTest.kt ]; then
echo "Barcode util test found!"
else
echo "Test script not found" > error.txt
Expand Down

0 comments on commit 5f99248

Please sign in to comment.