@@ -25,28 +25,28 @@ jobs:
2525 - run : |
2626 npm ci
2727 npm run test
28- teste2e :
29- timeout-minutes : 60
30- runs-on : ubuntu-latest
31- steps :
32- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
33- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
34- with :
35- node-version : 24.11.1
36- - name : Install dependencies
37- run : npm ci
38- - name : Build snowbox (started by playwright by itself)
39- run : npm run snowbox:build
40- - name : Install Playwright Browsers
41- run : npx playwright install --with-deps
42- - name : Run Playwright tests (common)
43- run : npm run test:e2e
44- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
45- if : ${{ !cancelled() }}
46- with :
47- name : playwright-report
48- path : playwright-report/
49- retention-days : 30
28+ # teste2e:
29+ # timeout-minutes: 60
30+ # runs-on: ubuntu-latest
31+ # steps:
32+ # - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
33+ # - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
34+ # with:
35+ # node-version: 24.11.1
36+ # - name: Install dependencies
37+ # run: npm ci
38+ # - name: Build snowbox (started by playwright by itself)
39+ # run: npm run snowbox:build
40+ # - name: Install Playwright Browsers
41+ # run: npx playwright install --with-deps
42+ # - name: Run Playwright tests (common)
43+ # run: npm run test:e2e
44+ # - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
45+ # if: ${{ !cancelled() }}
46+ # with:
47+ # name: playwright-report
48+ # path: playwright-report/
49+ # retention-days: 30
5050 type-check :
5151 runs-on : ubuntu-latest
5252 steps :
0 commit comments