Skip to content

Commit c75b482

Browse files
author
IndominusByte
committed
update github action
1 parent c33e2a9 commit c75b482

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22

33
on: [push, pull_request]
44

@@ -23,6 +23,7 @@ jobs:
2323
- name: Test
2424
run: bash scripts/tests.sh
2525
- name: Coveralls
26-
uses: coverallsapp/github-action@master
27-
with:
28-
github-token: ${{ secrets.GITHUB_TOKEN }}
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
run: |
29+
coveralls

0 commit comments

Comments
 (0)