Skip to content

Commit

Permalink
Update actios
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 20, 2024
1 parent 2dd2c0a commit adeb5a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- main
jobs:
test-node:
name: Node.js test
test-feed:
name: Test
runs-on: ubuntu-latest
steps:
- name: Préparation de Node.js
Expand All @@ -28,7 +28,7 @@ jobs:
run: pnpm install --lockfile=false

- name: Vérifier les tests
run: pnpm test:node
run: pnpm test

- name: Envoyer couverture à Codecov
uses: codecov/codecov-action@v3

0 comments on commit adeb5a3

Please sign in to comment.