Skip to content

Commit b3e46f2

Browse files
committed
Update CI
1 parent 9c772ea commit b3e46f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ jobs:
6767
parallel: true
6868

6969
coveralls:
70+
name: Upload to coveralls 📊
7071
needs: pytest
7172
runs-on: ubuntu-latest
7273

7374
steps:
74-
- name: Run coveralls finish 🏁
75+
- name: Upload to coveralls 📊
7576
uses: coverallsapp/github-action@v2
7677
with:
7778
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -80,6 +81,7 @@ jobs:
8081

8182
build:
8283
name: Build distribution 👷
84+
needs: pytest
8385
runs-on: ubuntu-latest
8486

8587
steps:

0 commit comments

Comments
 (0)