GitHub Actions - leotm/react-native-template-new-architecture GitHub Wiki

Local testing

brew install --cask docker # run
brew install act
act workflow_dispatch
act -j <job>

Hangs @

| ➤ YN0000: ┌ Link step
[CI/lint]   ❓  ::group::Link step
| ➤ YN0007: │ myapp@workspace:. must be built because it never has been before or the last one failed
| ➤ YN0007: │ core-js@npm:3.21.0 must be built because it never has been before or the last one failed
| ➤ YN0007: │ core-js@npm:3.14.0 must be built because it never has been before or the last one failed
| ➤ YN0007: │ core-js@npm:2.6.12 must be built because it never has been before or the last one failed
| ➤ YN0007: │ ejs@npm:2.7.4 must be built because it never has been before or the last one failed
| ➤ YN0007: │ core-js-pure@npm:3.21.0 must be built because it never has been before or the last one failed
| ➤ YN0007: │ core-js-pure@npm:3.14.0 must be built because it never has been before or the last one failed
| ➤ YN0000: │ myapp@workspace:. STDOUT patch-package 6.4.7
| ➤ YN0000: │ myapp@workspace:. STDOUT Applying patches...
| ➤ YN0000: │ myapp@workspace:. STDERR No patch files found
[CI/lint]   ❓  ::endgroup::
| ➤ YN0000: └ Completed in 1m 47s
| ➤ YN0000: Done with warnings in 1m 55s
[CI/lint]   ✅  Success - Install with Yarn

Env Vars

https://docs.github.com/en/actions/learn-github-actions/environment-variables

Secrets

https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow

⚠️ **GitHub.com Fallback** ⚠️