Commit 3f3853a4 authored by tom's avatar tom

comment out jest workflow

parent 88abc8aa
......@@ -6,20 +6,20 @@ on:
- main
jobs:
jest_tests:
name: Run tests with Jest
runs-on: ubuntu-latest
if: ${{ false }} # disable since there are no jest test yet
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test:jest
# jest_tests:
# name: Run tests with Jest
# runs-on: ubuntu-latest
# if: ${{ false }} # disable since there are no jest test yet
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: 'yarn'
# - name: Install dependencies
# run: yarn install --frozen-lockfile
# - name: Run tests
# run: yarn test:jest
pw_tests:
name: Run components visual tests with PlayWright
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment