From 2dcd432802068cf85fcd9a61552eedaf1e83c6ae Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Fri, 21 Nov 2025 10:36:41 +0700 Subject: [PATCH] workflow: fix permission Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- .gitea/workflows/build-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 2de461e..1a438d3 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -18,6 +18,7 @@ jobs: npm install - name: Testing APIs run: | + chmod +x test.sh ./test.sh - name: Build docker image run: |