Skip to content

update CD to use OIDC with iam role #338

update CD to use OIDC with iam role

update CD to use OIDC with iam role #338

Workflow file for this run

name: ci
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: npm run test:ci
- run: npm run lint
- run: npm run build
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}