Skip to content

Commit 4b66bf6

Browse files
committed
ci(build): remove
1 parent 37fb5fe commit 4b66bf6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
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-
uses: codecov/[email protected]
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+
# uses: codecov/[email protected]
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:

0 commit comments

Comments
 (0)