Skip to content

Commit

Permalink
Remove legacy playwright tests from CI (viamrobotics#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Apr 9, 2024
1 parent ac7c573 commit 1d8d5ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Install 🔧
uses: viamrobotics/js-config/.github/actions/setup@0006127efb3f62669f662ca31c555a49a034935e

- name: Install Playwright Browsers
run: pnpm -C packages/legacy playwright-install --with-deps

- name: Build 🏗️
run: pnpm run build

Expand Down Expand Up @@ -52,14 +49,6 @@ jobs:
with:
path: packages/storybook/prime

- name: Upload Playwright test artifacts
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: playwright-report
path: packages/legacy/playwright-report/
retention-days: 30

deploy-npm:
if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"build": "pnpm -r --aggregate-output build",
"check": "pnpm -r --aggregate-output check",
"format": "pnpm -r --aggregate-output format",
"test": "pnpm -r --aggregate-output test"
"test": "pnpm -r --aggregate-output --filter \\!./packages/legacy test"
}
}

0 comments on commit 1d8d5ac

Please sign in to comment.