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 9e36a32
Showing 1 changed file with 0 additions and 6 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

0 comments on commit 9e36a32

Please sign in to comment.