Skip to content

Commit

Permalink
ci: remove unnecessary stuff (microlinkhq#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Feb 19, 2025
1 parent df49952 commit fe9a4d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -58,8 +57,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Setup Node.js
Expand All @@ -73,18 +70,13 @@ jobs:
run_install: true
- name: Test
run: pnpm --filter "${{ matrix.package }}" exec c8 pnpm test
env:
PROXY_USERNAME: ${{ secrets.PROXY_USERNAME }}
PROXY_PASSWORD: ${{ secrets.PROXY_PASSWORD }}
PROXY_HOST: ${{ secrets.PROXY_HOST }}
- name: Coverage
run: pnpm --filter "${{ matrix.package }}" exec c8 report --reporter=lcov --report-dir=coverage
- name: Upload
uses: coverallsapp/github-action@main
with:
flag-name: ${{ matrix.package }}
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN }}
file: $(pnpm --filter "${{ matrix.package }}" exec pwd)/coverage/lcov.info

finish:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Setup Node.js
Expand All @@ -47,18 +45,13 @@ jobs:
run_install: true
- name: Test
run: pnpm --filter "${{ matrix.package }}" exec c8 pnpm test
env:
PROXY_USERNAME: ${{ secrets.PROXY_USERNAME }}
PROXY_PASSWORD: ${{ secrets.PROXY_PASSWORD }}
PROXY_HOST: ${{ secrets.PROXY_HOST }}
- name: Coverage
run: pnpm --filter "${{ matrix.package }}" exec c8 report --reporter=lcov --report-dir=coverage
- name: Upload
uses: coverallsapp/github-action@main
with:
flag-name: ${{ matrix.package }}
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN }}
file: $(pnpm --filter "${{ matrix.package }}" exec pwd)/coverage/lcov.info

finish:
Expand Down

0 comments on commit fe9a4d4

Please sign in to comment.