fix missing entry about userinfo response as JWT in the ChangeLog #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build | |
run: docker build . -f tests/Dockerfile -t lua-resty-openidc/test | |
- name: Run | |
run: docker run -t --rm lua-resty-openidc/test:latest |