Skip to content

Commit 3a9b5d9

Browse files
committed
Add (icicdr) github ci debug #2
1 parent 7cde797 commit 3a9b5d9

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

.github/workflows/null-object.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: null-object package test, coverage
1+
name: null-object package test with coverage
22

33
on:
44
push:
@@ -30,30 +30,14 @@ jobs:
3030
with:
3131
node-version: 20
3232

33-
# Install dependencies and build the package to test in .usage folder
34-
- name: Install dependencies and build the package
35-
run: |
36-
npm install
37-
cd .usage && npm install
38-
cd ../
39-
npm run package:build
40-
41-
- name: Testing the latest build at usage .usage subfolder
42-
working-directory: ./.usage
43-
run: |
44-
npm install
45-
npm run test:usage
33+
- name: Install dependencies
34+
run: npm install
4635

4736
- name: Run tests and collect coverage
4837
# NB: See https://app.codecov.io/gh/WhereJuly/60-1-oas-markdown-merger/tests/new
4938
# NB: See https://app.codecov.io/gh/WhereJuly/60-1-oas-markdown-merger/new
5039
run: npm run test:foundation -- --coverage
5140

52-
# - name: Debug - show the ref names
53-
# run: |
54-
# echo ref ${{ github.ref }}
55-
# echo ref name ${{ github.ref_name }}
56-
5741
# I need this step only run for the paths mentioned above AND for only `master` branch;`
5842
# create and push the `<package-name>@v<package-version>` tag to the monorepo
5943
# Take the package name and version from package.json

0 commit comments

Comments
 (0)