mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
Merge branch 'main' into v13
# Conflicts: # .github/workflows/ci.yml
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
test:
|
||||
needs: [install-cache-deps]
|
||||
runs-on: ubuntu-latest
|
||||
name: Test (concurrent by default)
|
||||
name: Test (concurrent)
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -64,6 +64,8 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
test-legacy:
|
||||
needs: [install-cache-deps]
|
||||
|
||||
Reference in New Issue
Block a user