@@ -19,34 +19,34 @@ jobs:
1919 - name : 📂 Check out Git repository
2020 uses : actions/checkout@v4
2121
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 }}
2626
2727 - name : 🛠️ Set up Bun.sh
2828 uses : oven-sh/setup-bun@v2
2929 with :
3030 bun-version : latest
3131
32- - name : 📦 Install Node.js dependencies
33- run : npm ci
32+ # - name: 📦 Install Node.js dependencies
33+ # run: npm ci
3434
3535 # CHANGE/ADD/SETUP YOUR ADDITIONAL TEST COMMANDS AND TEST ACTIONS BELOW HERE:
3636
37- - name : 🧪 📊 Test and coverage
38- run : npm test
37+ # - name: 🧪 📊 Test and coverage
38+ # run: npm test
3939
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)
5252 verbose : true # optional (default = false)
0 commit comments