Skip to content

Commit 6449593

Browse files
committed
CircleCI Workflow for Test job
1 parent 98e0948 commit 6449593

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
command: |
3434
mvn test \
3535
-D auth.jwt.publicKeyUrl=$EGO_TEST_SERVER_KEY_URL
36+
37+
workflows:
38+
version: 2
39+
test:
40+
jobs:
41+
- test

0 commit comments

Comments
 (0)