@@ -31,40 +31,40 @@ jobs:
3131 submodules-app-installation-id : ${{ secrets.INFRA_BOT_APP_INSTALLATION_ID }}
3232 submodules-app-private-key : ${{ secrets.INFRA_BOT_APP_PRIVATE_KEY }}
3333
34- lint-and-test :
35- timeout-minutes : 60
36- runs-on : wlc-lint-and-test-runner
37- steps :
38- - uses : actions/checkout@v3
39- - uses : actions/setup-node@v3
40- with :
41- node-version : 20
42- - name : Install Yarn
43- run : npm install -g yarn
44- - name : Install dependencies
45- run : yarn install --frozen-lockfile
34+ # lint-and-test:
35+ # timeout-minutes: 60
36+ # runs-on: wlc-lint-and-test-runner
37+ # steps:
38+ # - uses: actions/checkout@v3
39+ # - uses: actions/setup-node@v3
40+ # with:
41+ # node-version: 20
42+ # - name: Install Yarn
43+ # run: npm install -g yarn
44+ # - name: Install dependencies
45+ # run: yarn install --frozen-lockfile
4646
47- - name : Run linter and formatter
48- run : |
49- yarn lint
50- yarn format:check
47+ # - name: Run linter and formatter
48+ # run: |
49+ # yarn lint
50+ # yarn format:check
5151
52- - name : Run unit tests
53- run : yarn test:unit
52+ # - name: Run unit tests
53+ # run: yarn test:unit
5454
55- - name : Install Playwright Browsers
56- run : yarn playwright install --with-deps
57- - name : Run Playwright tests
58- run : yarn playwright test
59- - uses : actions/upload-artifact@v4
60- if : always()
61- with :
62- name : playwright-report
63- path : playwright-report/
64- retention-days : 30
55+ # - name: Install Playwright Browsers
56+ # run: yarn playwright install --with-deps
57+ # - name: Run Playwright tests
58+ # run: yarn playwright test
59+ # - uses: actions/upload-artifact@v4
60+ # if: always()
61+ # with:
62+ # name: playwright-report
63+ # path: playwright-report/
64+ # retention-days: 30
6565
6666 tag-deploy :
6767 needs :
68- - lint-and-test
68+ # - lint-and-test
6969 - build-docker
7070 uses : CyberCRI/github-workflows/.github/workflows/tag-deploy.yaml@main
0 commit comments