Skip to content

feat: add links from admin page to stripe invoice page #2264

feat: add links from admin page to stripe invoice page

feat: add links from admin page to stripe invoice page #2264

Workflow file for this run

name: Jest Javascript/React tests
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install yarn
run: |
yarn policies set-version 1.22.10
yarn install --frozen-lockfile
# - name: Install modules
# run: yarn
- name: run eslint
run: yarn run eslint --ext .jsx,.js app/javascript/react
- name: Run tests
run: yarn test