Skip to content

Conversation

@ignaciosantise
Copy link
Collaborator

@ignaciosantise ignaciosantise commented Oct 16, 2025

Summary

Added empty test action to implement e2e


Note

Introduce a GitHub Actions workflow with manual dispatch and a test echo job for React Native CI/CD.

  • CI/CD:
    • New workflow: Adds /.github/workflows/expo-ci-cd.yml for React Native CI/CD.
      • workflow_dispatch with platform input (android, ios, all).
      • Job test-echo on ubuntu-latest prints branch, actor, and event for verification.

Written by Cursor Bugbot for commit 134b0b7. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings October 16, 2025 14:53
@changeset-bot
Copy link

changeset-bot bot commented Oct 16, 2025

⚠️ No Changeset found

Latest commit: 134b0b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ignaciosantise ignaciosantise merged commit 364214a into develop Oct 16, 2025
8 checks passed
@ignaciosantise ignaciosantise deleted the chore/test-action branch October 16, 2025 14:53
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Actions workflow file to establish a CI/CD foundation for a React Native/Expo project. The workflow is configured for manual triggering with platform-specific build options, though it currently only contains a minimal test job to verify the workflow dispatch mechanism is functioning correctly.

Key Changes:

  • Added a new workflow configuration file with manual trigger capability and platform selection
  • Implemented a simple echo test job to validate workflow execution

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants