Skip to content

Snyk upgrade f03695923705ca4662ff47d1d857ef5a #129

Snyk upgrade f03695923705ca4662ff47d1d857ef5a

Snyk upgrade f03695923705ca4662ff47d1d857ef5a #129

name: Release_Script_Test
defaults:
run:
working-directory: scripts/release
on:
push:
paths:
- "scripts/release/**"
- ".github/workflows/release-script-test.yml"
pull_request:
paths:
- "scripts/release/**"
- ".github/workflows/release-script-test.yml"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test