File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,28 @@ concurrency:
1010 cancel-in-progress : true
1111
1212jobs :
13- build :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
18- with :
19- node-version : 20
20- cache : ' npm'
21- - run : npm i
22- # - name: lint
23- # run: npm run lint
24- # - run: npm run build
25- - name : Run test
26- run : npm run test:ci
27- - name : Upload coverage reports to Codecov
28- 29- with :
30- token : ${{ secrets.CODECOV_TOKEN }}
31- slug : rbalet/ngx-href
13+ # build:
14+ # runs-on: ubuntu-latest
15+ # steps:
16+ # - uses: actions/checkout@v4
17+ # - uses: actions/setup-node@v4
18+ # with:
19+ # node-version: 20
20+ # cache: 'npm'
21+ # - run: npm i
22+ # # - name: lint
23+ # # run: npm run lint
24+ # # - run: npm run build
25+ # - name: Run test
26+ # run: npm run test:ci
27+ # - name: Upload coverage reports to Codecov
28+ 29+ # with:
30+ # token: ${{ secrets.CODECOV_TOKEN }}
31+ # slug: rbalet/ngx-href
3232
3333 publish :
34- needs : build
34+ # needs: build
3535 runs-on : ubuntu-latest
3636 if : github.ref_name == 'main'
3737 permissions :
You can’t perform that action at this time.
0 commit comments