Skip to content

Commit

Permalink
Strip out deprecated action-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Sep 10, 2024
1 parent 2b84737 commit cf1cd3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ jobs:
path: node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn ci:test:${{ matrix.suite }}
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: diff output
path: "**/__diff_output__/*"

lint:
name: Lint
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ jobs:
- run: npx playwright install-deps
- run: npx playwright install
- run: npm run test

- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: playwright-report
path: playwright/test-results

0 comments on commit cf1cd3f

Please sign in to comment.