Skip to content

Commit

Permalink
chore: rename CI jobs and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
njoyard committed Nov 12, 2023
1 parent 843e57f commit b092615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -34,7 +35,8 @@ jobs:
flag-name: linux-node-${{ matrix.node }}
parallel: true

finish:
upload-coverage:
name: Upload coverage
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Fluent ffmpeg-API for node.js

[![Coverage Status](https://coveralls.io/repos/github/fluent-ffmpeg/node-fluent-ffmpeg/badge.svg?branch=master)](https://coveralls.io/github/fluent-ffmpeg/node-fluent-ffmpeg?branch=master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffluent-ffmpeg%2Fnode-fluent-ffmpeg.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffluent-ffmpeg%2Fnode-fluent-ffmpeg?ref=badge_shield)

> **Fluent-ffmpeg is looking for new maintainers**
Expand Down

0 comments on commit b092615

Please sign in to comment.