File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : null-object package test, coverage
1+ name : null-object package test with coverage
22
33on :
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
You can’t perform that action at this time.
0 commit comments