Add exec permission

This commit is contained in:
dvirlabs 2025-05-05 21:33:58 +03:00
parent 273c677ac1
commit 8d1d6f5d96

View File

@ -12,4 +12,5 @@ steps:
image: golang:1.16 image: golang:1.16
commands: commands:
- echo "Testing ...." - echo "Testing ...."
- chhmod +x ./executable
- ./executable - ./executable