Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename native to native-cli #56

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/test-example-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
cache: 'yarn'

- name: Install Example
run: yarn --cwd examples/native install
run: yarn --cwd examples/native-cli install

- name: Validate TypeScript
run: yarn --cwd examples/native typecheck
run: yarn --cwd examples/native-cli typecheck

- name: Validate ESLint
run: yarn --cwd examples/native lint
run: yarn --cwd examples/native-cli lint

- name: Run tests
run: yarn --cwd examples/native test
run: yarn --cwd examples/native-cli test

- name: Run perf tests
run: cd examples/native && ./reassure-tests.sh
run: cd examples/native-cli && ./reassure-tests.sh

- name: Run Danger.js
run: yarn --cwd examples/native danger ci --id native
run: yarn --cwd examples/native-cli danger ci --id native
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android.iml

# Cocoapods
#
test-apps/native/ios/Pods
test-apps/native-cli/ios/Pods

# node.js
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains examples how to integrate Reassure with various React /

## List of examples

- [React Native (CLI)](https://github.com/callstack/reassure-examples/tree/main/examples/native)
- [React Native (CLI)](https://github.com/callstack/reassure-examples/tree/main/examples/native-cli)
- [React Native (Expo)](https://github.com/callstack/reassure-examples/tree/main/examples/native-expo)
- [React (Next.js)](https://github.com/callstack/reassure-examples/tree/main/examples/web-nextjs)
- [React (Vite)](https://github.com/callstack/reassure-examples/tree/main/examples/web-vite)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading