Skip to content

Commit e820f1a

Browse files
committed
Update cmd in workflow - try to solve permission problem using chmod
1 parent eedf320 commit e820f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jwt-auth-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
with:
1414
submodules: recursive
1515
- name: Run Test cases
16-
run: ./t/run.sh
16+
run: |
17+
chmod 777 t/run.sh
18+
./t/run.sh

0 commit comments

Comments
 (0)