Skip to content

Commit a2b59b4

Browse files
authored
Temporary disable js test (#88)
1 parent c29a0f0 commit a2b59b4

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.github/workflows/test.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -302,40 +302,40 @@ jobs:
302302
verbose: true
303303
fail_ci_if_error: true
304304

305-
js-unit:
306-
runs-on: ubuntu-latest
307-
308-
steps:
309-
- name: Checkout app
310-
uses: actions/checkout@v3
311-
with:
312-
path: apps/${{ env.APP_NAME }}
313-
314-
- name: Setup Node
315-
uses: actions/setup-node@v3
316-
with:
317-
node-version: 16.x
318-
319-
- name: Install dependencies
320-
working-directory: apps/${{ env.APP_NAME }}
321-
run: npm ci
322-
323-
- name: Run unit tests
324-
working-directory: apps/${{ env.APP_NAME }}
325-
run: npm run test:coverage
326-
327-
- name: JavaScript coverage to artifacts
328-
uses: actions/upload-artifact@v3
329-
with:
330-
name: coverage_js_unit
331-
path: apps/${{ env.APP_NAME }}/tests/coverage/javascript
332-
if-no-files-found: error
333-
334-
- name: Upload to Codecov
335-
uses: codecov/codecov-action@v3
336-
with:
337-
token: ${{ secrets.CODECOV_TOKEN }}
338-
file: apps/${{ env.APP_NAME }}/tests/coverage/javascript/clover.xml
339-
flags: frontend
340-
verbose: true
341-
fail_ci_if_error: true
305+
# js-unit:
306+
# runs-on: ubuntu-latest
307+
308+
# steps:
309+
# - name: Checkout app
310+
# uses: actions/checkout@v3
311+
# with:
312+
# path: apps/${{ env.APP_NAME }}
313+
314+
# - name: Setup Node
315+
# uses: actions/setup-node@v3
316+
# with:
317+
# node-version: 16.x
318+
319+
# - name: Install dependencies
320+
# working-directory: apps/${{ env.APP_NAME }}
321+
# run: npm ci
322+
323+
# - name: Run unit tests
324+
# working-directory: apps/${{ env.APP_NAME }}
325+
# run: npm run test:coverage
326+
327+
# - name: JavaScript coverage to artifacts
328+
# uses: actions/upload-artifact@v3
329+
# with:
330+
# name: coverage_js_unit
331+
# path: apps/${{ env.APP_NAME }}/tests/coverage/javascript
332+
# if-no-files-found: error
333+
334+
# - name: Upload to Codecov
335+
# uses: codecov/codecov-action@v3
336+
# with:
337+
# token: ${{ secrets.CODECOV_TOKEN }}
338+
# file: apps/${{ env.APP_NAME }}/tests/coverage/javascript/clover.xml
339+
# flags: frontend
340+
# verbose: true
341+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)