Skip to content

Commit a34e147

Browse files
authored
Update and rename dockerimage.yml to jwt-auth-ci.yml
1 parent 3d3085d commit a34e147

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: JWT Auth CI
2+
3+
on: [push]
4+
5+
jobs:
6+
7+
build:
8+
9+
runs-on: ubuntu-16.04
10+
11+
steps:
12+
- uses: actions/checkout@master
13+
with:
14+
submodules: recursive
15+
- name: Run Test cases
16+
run: ./t/run.sh

0 commit comments

Comments
 (0)