Skip to content

Add choice of files to package for download for datasets over zip maximum #2969

Add choice of files to package for download for datasets over zip maximum

Add choice of files to package for download for datasets over zip maximum #2969

Workflow file for this run

name: Jest Javascript/React tests
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- 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