Skip to content

Update dependency @aws-sdk/client-secrets-manager to v3.687.0 (resolve-aws-secret-version) #1078

Update dependency @aws-sdk/client-secrets-manager to v3.687.0 (resolve-aws-secret-version)

Update dependency @aws-sdk/client-secrets-manager to v3.687.0 (resolve-aws-secret-version) #1078

name: create-deploy-pull-request
on:
pull_request:
paths:
- create-deploy-pull-request/**
- '*.json'
- '*.yaml'
- .github/workflows/create-deploy-pull-request.yaml
push:
branches:
- main
paths:
- create-deploy-pull-request/**
- '*.json'
- '*.yaml'
- .github/workflows/create-deploy-pull-request.yaml
defaults:
run:
working-directory: create-deploy-pull-request
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
- uses: ./create-deploy-pull-request
with:
head-branch: main
base-branch: create-deploy-pull-request--e2e-test--${{ github.run_number }}
title: E2E test of create-deploy-pull-request
body: E2E test of create-deploy-pull-request
- if: always()
run: git push origin --delete 'refs/heads/create-deploy-pull-request--e2e-test--${{ github.run_number }}'
continue-on-error: true