Skip to content

Added SSO to retrieve credentials for calling Cognito related queries #7

Added SSO to retrieve credentials for calling Cognito related queries

Added SSO to retrieve credentials for calling Cognito related queries #7

Workflow file for this run

name: Main workflow
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: make check
run: |
pip install -r requirements.txt
make check