Skip to content

Commit

Permalink
Merge branch 'terrysahaidak/upload-texture' of https://github.com/ter…
Browse files Browse the repository at this point in the history
…rysahaidak/react-native-skia into terrysahaidak/upload-texture
  • Loading branch information
wcandillon committed Sep 20, 2024
2 parents 7a23c3b + f753b02 commit 41c051a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,18 +321,17 @@ jobs:
CI=true yarn e2e --testPathIgnorePatterns Paragraphs
fi
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
if: failure()
with:
path: packages/skia/src/__tests__/snapshots/
name: ${{ matrix.working-directory | replace('/', '-') }}-snapshots-screenshots
name: ${{ matrix.working-directory }}-snapshots-screenshots


- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
if: failure()
with:
path: apps/docs/static
name: ${{ matrix.working-directory | replace('/', '-') }}-docs-screenshots
name: ${{ matrix.working-directory }}-docs-screenshots

build-ios:
runs-on: macos-latest-large
Expand Down

0 comments on commit 41c051a

Please sign in to comment.