Skip to content

Commit

Permalink
Remove CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Oct 29, 2024
1 parent dff9625 commit 4a99503
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,3 @@ jobs:
run: npm run package
- name: Build Example Site
run: npm run build
test:
timeout-minutes: 60
strategy:
matrix:
os:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test
run: npm run test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 4a99503

Please sign in to comment.