@@ -19,34 +19,34 @@ jobs:
19
19
- name : 📂 Check out Git repository
20
20
uses : actions/checkout@v4
21
21
22
- - name : 🔧 Set up Node.js
23
- uses : actions/setup-node@v4
24
- with :
25
- node-version : ${{ matrix.node }}
22
+ # - name: 🔧 Set up Node.js
23
+ # uses: actions/setup-node@v4
24
+ # with:
25
+ # node-version: ${{ matrix.node }}
26
26
27
27
- name : 🛠️ Set up Bun.sh
28
28
uses : oven-sh/setup-bun@v2
29
29
with :
30
30
bun-version : latest
31
31
32
- - name : 📦 Install Node.js dependencies
33
- run : npm ci
32
+ # - name: 📦 Install Node.js dependencies
33
+ # run: npm ci
34
34
35
35
# CHANGE/ADD/SETUP YOUR ADDITIONAL TEST COMMANDS AND TEST ACTIONS BELOW HERE:
36
36
37
- - name : 🧪 📊 Test and coverage
38
- run : npm test
37
+ # - name: 🧪 📊 Test and coverage
38
+ # run: npm test
39
39
40
- - name : 📤 📊 Upload coverage reports to Codecov
41
- uses : codecov/codecov-action@v4
42
- # https://apache.googlesource.com/airflow-codecov-action/+/f8c87eb84eff353c49fcb2f295110a82afdca7ae/README.md#arguments
43
- with :
44
- token : ${{ secrets.token }} # not required for public repos
45
- # file: ./coverage.xml # optional
46
- # files: ./coverage1.xml,./coverage2.xml # optional
47
- # directory: ./coverage/reports/ # optional
48
- flags : unittests # optional
49
- # env_vars: OS,NODE # optional
50
- name : ☂️ codecov-umbrella # optional
51
- fail_ci_if_error : true # optional (default = false)
40
+ # - name: 📤 📊 Upload coverage reports to Codecov
41
+ # uses: codecov/codecov-action@v4
42
+ # # https://apache.googlesource.com/airflow-codecov-action/+/f8c87eb84eff353c49fcb2f295110a82afdca7ae/README.md#arguments
43
+ # with:
44
+ # token: ${{ secrets.token }} # not required for public repos
45
+ # # file: ./coverage.xml # optional
46
+ # # files: ./coverage1.xml,./coverage2.xml # optional
47
+ # # directory: ./coverage/reports/ # optional
48
+ # flags: unittests # optional
49
+ # # env_vars: OS,NODE # optional
50
+ # name: ☂️ codecov-umbrella # optional
51
+ # fail_ci_if_error: true # optional (default = false)
52
52
verbose : true # optional (default = false)
0 commit comments