Skip to content

Bump braces from 3.0.2 to 3.0.3 in /test in the npm_and_yarn group across 1 directory #99

Bump braces from 3.0.2 to 3.0.3 in /test in the npm_and_yarn group across 1 directory

Bump braces from 3.0.2 to 3.0.3 in /test in the npm_and_yarn group across 1 directory #99

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Unit test
run: |
npm install
npm run test