Skip to content

feat(test) react-native & @react-native/ packages version alignment (… #2

feat(test) react-native & @react-native/ packages version alignment (…

feat(test) react-native & @react-native/ packages version alignment (… #2

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

`pull_requests` is not a valid event name
on:
pull_requests:
push:
branches:
- main
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Run unit tests
run: npm test