Commit 3f3853a4 authored by tom's avatar tom

comment out jest workflow

parent 88abc8aa
...@@ -6,20 +6,20 @@ on: ...@@ -6,20 +6,20 @@ on:
- main - main
jobs: jobs:
jest_tests: # jest_tests:
name: Run tests with Jest # name: Run tests with Jest
runs-on: ubuntu-latest # runs-on: ubuntu-latest
if: ${{ false }} # disable since there are no jest test yet # if: ${{ false }} # disable since there are no jest test yet
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: actions/setup-node@v3 # - uses: actions/setup-node@v3
with: # with:
node-version: 18 # node-version: 18
cache: 'yarn' # cache: 'yarn'
- name: Install dependencies # - name: Install dependencies
run: yarn install --frozen-lockfile # run: yarn install --frozen-lockfile
- name: Run tests # - name: Run tests
run: yarn test:jest # run: yarn test:jest
pw_tests: pw_tests:
name: Run components visual tests with PlayWright 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