| #
9558d768 |
| 08-Jun-2023 |
Kudo Chien <[email protected]> |
[ci] use ubuntu-22.04 runner (#22797)
# Why
use the latest ubuntu runner and make ci more stable
# How
update to ubuntu-22.04 runner
|
| #
dd207f86 |
| 13-Jan-2023 |
Bartosz Kaszubowski <[email protected]> |
[github] use Node 16 for all workflows (#20803)
|
| #
29188c3b |
| 28-Oct-2022 |
Kudo Chien <[email protected]> |
Revert "[github] Temporarily disable NCL build on main"
This reverts commit 66c59ea7086d3f3ce41f7e17dc7e48e76f70bb80.
|
| #
66c59ea7 |
| 28-Oct-2022 |
Brent Vatne <[email protected]> |
[github] Temporarily disable NCL build on main
|
| #
fc12ed2d |
| 28-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] add local composite actions for CI, refactor workflows (#17162)
|
| #
f250b346 |
| 15-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] always use `ubuntu-20.04` in workflows (#17051)
|
| #
4af7344c |
| 12-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update most of GitHub actions used in workflows (#17003)
|
| #
8d307f52 |
| 23-Mar-2022 |
Evan Bacon <[email protected]> |
chore: refactor `expo/cli` to `@expo/cli` package (#16717)
* chore: refactor `expo/cli` to `@expo/cli` package
* Update CODEOWNERS
* fix linking
* fix lint script
* fix build file
* f
chore: refactor `expo/cli` to `@expo/cli` package (#16717)
* chore: refactor `expo/cli` to `@expo/cli` package
* Update CODEOWNERS
* fix linking
* fix lint script
* fix build file
* fix e2e tests
* lint before build
* use mock version
show more ...
|
| #
3a32511e |
| 18-Feb-2022 |
Łukasz Kosmaty <[email protected]> |
[CI] Fix you may only define one of `paths` and `paths-ignore` for a single event (#16361)
# Why
Fixes you may only define one of `paths` and `paths-ignore` for a single event (
# How
Accor
[CI] Fix you may only define one of `paths` and `paths-ignore` for a single event (#16361)
# Why
Fixes you may only define one of `paths` and `paths-ignore` for a single event (
# How
According to https://stackoverflow.com/questions/64896276/github-action-trigger-pipeline-for-root-folder-except-one-sub-folder, we can use "!" to negate a path.
show more ...
|
| #
bb0bca8f |
| 18-Feb-2022 |
Evan Bacon <[email protected]> |
[cli] Disable extra tests that are unrelated to the CLI (#16351)
* Disable extra tests that are unrelated to the CLI until we integrate the CLI manually into each test.
* Update .github/workflows
[cli] Disable extra tests that are unrelated to the CLI (#16351)
* Disable extra tests that are unrelated to the CLI until we integrate the CLI manually into each test.
* Update .github/workflows/publish-demo.yml
* use paths-ignore
show more ...
|
| #
46843043 |
| 26-Jan-2022 |
Brent Vatne <[email protected]> |
[github] Update default branch to main
|
| #
6c3ce96f |
| 09-Jan-2022 |
Tomasz Sapeta <[email protected]> |
[ci] Update Slack channels in workflows [skip ci]
|
| #
1b7419d4 |
| 24-Jul-2021 |
Tomasz Sapeta <[email protected]> |
[ci] Bump node version to 14.17
|
| #
6d31ade7 |
| 27-May-2021 |
Tomasz Sapeta <[email protected]> |
[ci] Add concurrency settings to all suitable workflows
|
| #
f12bf82b |
| 18-May-2021 |
Tomasz Sapeta <[email protected]> |
[skip ci] Use commit message instead of sha in slack notifications
|
| #
bc369c96 |
| 14-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[CI] run native-component-list on packages changes (#12532)
|
| #
686e670f |
| 13-Apr-2021 |
Will Schurman <[email protected]> |
[CI] Run CI on all PRs including stacked PRs (#12510)
|
| #
73fa456f |
| 13-Feb-2021 |
Tomasz Sapeta <[email protected]> |
[gha] Make Slack notifications consistent
|
| #
ea3c2577 |
| 13-Feb-2021 |
Tomasz Sapeta <[email protected]> |
[gha] Update cache action to v2 in all workflows
|
| #
f13a7390 |
| 01-Oct-2020 |
Stanisław Chmiela <[email protected]> |
[ci] Add Native Component List TS + ESLint checks (#10233)
# Why
NCL is the main app we use to test new SDK releases. We should make sure it always works and it works well. TS and ESLint checks a
[ci] Add Native Component List TS + ESLint checks (#10233)
# Why
NCL is the main app we use to test new SDK releases. We should make sure it always works and it works well. TS and ESLint checks are part of this task.
# How
Fixed TS and ESLint errors in other PRs. Removed `--watch` from `tsc` `package.json` script. Added CI job to test if NCL ts-compiles and has no ESLint problems.
# Test Plan
CI should pass once we merge all the fixes.
show more ...
|