Skip to content

Commit c7ec1c9

Browse files
committed
update 04
1 parent d4f3e93 commit c7ec1c9

File tree

6 files changed

+2364
-2180
lines changed

6 files changed

+2364
-2180
lines changed

05-testing/01-react/04-ci/.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
1111
- name: Install
12-
run: |
13-
npm ci
14-
npm install @rollup/rollup-linux-x64-gnu --save-optional
12+
run: npm ci
1513
- name: Tests
1614
run: npm test

05-testing/01-react/04-ci/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
```
4646

47+
> [Available Github OS runners](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#standard-github-hosted-runners-for-public-repositories)
48+
>
4749
> [VSCode Yaml extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) is a good option to work with yaml files.
4850
4951
Commit, push:

0 commit comments

Comments
 (0)