Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 #324

chore(deps): bump braces from 3.0.2 to 3.0.3

chore(deps): bump braces from 3.0.2 to 3.0.3 #324

name: medusa-plugin-auth
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-verion: [16.x]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2.3.5
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v3.1.1
with:
node-version: ${{ matrix.node-verion }}
- name: 'yarn install'
working-directory: ./packages/medusa-plugin-auth
run: yarn
- name: 'run unit tests'
working-directory: ./packages/medusa-plugin-auth
run: yarn run test