Skip to content

Commit

Permalink
Rename tests workflow (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Mar 2, 2024
1 parent f185a40 commit 22b5f56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Tests

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
test:
tests:
runs-on: ubuntu-latest
container:
image: node:18
Expand All @@ -31,9 +31,9 @@ jobs:
run: yarn install --frozen-lockfile --ignore-scripts --prefer-offline
- name: Linting files
run: yarn lint
- name: Make coverage
- name: Unit tests
run: yarn test --coverage
- name: Coveralls
- name: Build coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 22b5f56

Please sign in to comment.