Skip to content

[NO-TICKET] - Vault Secrets Action - fix to reference the provided service #14

[NO-TICKET] - Vault Secrets Action - fix to reference the provided service

[NO-TICKET] - Vault Secrets Action - fix to reference the provided service #14

Workflow file for this run

name: Run Jest Tests
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./.github/workflows/verify-vault-secrets
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm test