Skip to content

fix: Update sealed-secrets for preprod #3767

fix: Update sealed-secrets for preprod

fix: Update sealed-secrets for preprod #3767

Workflow file for this run

name: 🧪 Run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
name: Install pnpm
with:
cache: true
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests with coverage
run: pnpm test:coverage --exclude="__tests__/analyze-existing-pr.test.ts"