Skip to content

Commit ab17ae1

Browse files
committed
fix: nightly job
1 parent 7a97285 commit ab17ae1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/setup-deps-nightly/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ runs:
3030
run: |
3131
yarn remove react react-test-renderer react-native @react-native/babel-preset
3232
yarn add -D [email protected] [email protected] react-native@nightly @react-native/babel-preset@nightly
33+
shell: bash

.github/workflows/react-native-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
test:
5757
needs: [install-cache-deps]
5858
runs-on: ubuntu-latest
59-
name: Test React 18
59+
name: Test
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)