File tree Expand file tree Collapse file tree 3 files changed +252
-1366
lines changed Expand file tree Collapse file tree 3 files changed +252
-1366
lines changed Original file line number Diff line number Diff line change 6969 - run : npm ci
7070 - run : npm run build
7171 - run : npm run test --ignore-scripts
72-
73- # ##
74- # ## Temporarily skipping these until browser testing in Vitest is a bit more stable.
75- # ##
76- # browser_tests:
77- # name: Browser
78- # runs-on: ${{ matrix.os }}
79- # strategy:
80- # fail-fast: true
81- # matrix:
82- # browser:
83- # - chrome
84- # - firefox
85- # os:
86- # - ubuntu-latest
87- # - windows-latest
88-
89- # steps:
90- # - name: Checkout source
91- # uses: actions/checkout@v5
92-
93- # - name: Install Node
94- # uses: actions/setup-node@v5
95- # with:
96- # node-version: 18
97-
98- # - name: Get npm cache directory
99- # id: npm-cache-dir
100- # run: |
101- # echo "::set-output name=dir::$(npm config get cache)"
102-
103- # - uses: actions/cache@v4
104- # id: npm-cache
105- # with:
106- # path: ${{ steps.npm-cache-dir.outputs.dir }}
107- # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
108- # restore-keys: |
109- # ${{ runner.os }}-node-
110-
111- # - run: npm ci
112- # - run: npm run build
113-
114- # # Chrome
115- # - uses: browser-actions/setup-chrome@latest
116- # if: matrix.browser == 'chrome'
117-
118- # - name: Run tests on Chrome
119- # if: matrix.browser == 'chrome'
120- # run: |
121- # npm run test:browser -- --browsers=ChromeHeadless
122-
123- # # Firefox
124- # - uses: browser-actions/setup-chrome@latest
125- # if: matrix.browser == 'firefox'
126-
127- # - name: Run tests on Firefox
128- # if: matrix.browser == 'firefox'
129- # run: |
130- # npm run test:browser -- --browsers=FirefoxHeadless
You can’t perform that action at this time.
0 commit comments