Skip to content

Commit

Permalink
chore(build-system-tests-react-native): temp disable CLI tests in RN (#…
Browse files Browse the repository at this point in the history
…4921)

* temp disable CLI tests in RN

* add comments to renable
  • Loading branch information
hbuchel authored Jan 18, 2024
1 parent 9dc52eb commit 1009d25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-system-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
framework: [react-native]
framework-version: [latest]
build-tool: [cli, expo]
# uncomment to re-enable
# build-tool: [cli, expo]
build-tool: [expo]
build-tool-version: [latest]
pkg-manager: [npm]
language: [ts]
Expand Down

0 comments on commit 1009d25

Please sign in to comment.