Skip to content

Bump @typescript-eslint/parser from 6.20.0 to 7.7.0 #159

Bump @typescript-eslint/parser from 6.20.0 to 7.7.0

Bump @typescript-eslint/parser from 6.20.0 to 7.7.0 #159

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
tests:
runs-on: ubuntu-latest
name: Run Tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: |
npm ci
npm run test
- name: Build
run: npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::339713045997:role/GithubActionsRole
aws-region: us-east-1
- name: Integration Tests Act
uses: ./
with:
secret-ids: |
SampleSecret1
SAMPLESECRET1_ALIAS, SampleSecret1
/special/chars/secret
0/special/chars/secret
PrefixSecret*
JsonSecret
parse-json-secrets: true
- name: Integration Tests Assert
run: npm run integration-test
- name: Codecov
uses: codecov/codecov-action@v4