Skip to content

Update dependency aws-sdk-client-mock to v4.0.2 (resolve-aws-secret-v… #858

Update dependency aws-sdk-client-mock to v4.0.2 (resolve-aws-secret-v…

Update dependency aws-sdk-client-mock to v4.0.2 (resolve-aws-secret-v… #858

Workflow file for this run

name: template
on:
pull_request:
paths:
- template/**
- '*.json'
- '*.yaml'
- .github/workflows/template.yaml
push:
branches:
- main
paths:
- template/**
- '*.json'
- '*.yaml'
- .github/workflows/template.yaml
defaults:
run:
working-directory: template
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm test
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
- uses: ./template
with:
name: foo