We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedf320 commit e820f1aCopy full SHA for e820f1a
1 file changed
.github/workflows/jwt-auth-ci.yml
@@ -13,4 +13,6 @@ jobs:
13
with:
14
submodules: recursive
15
- name: Run Test cases
16
- run: ./t/run.sh
+ run: |
17
+ chmod 777 t/run.sh
18
+ ./t/run.sh
0 commit comments