Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Mar 18, 2024
1 parent d44c13c commit 91260a0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: CI Pipeline

on: [push]

jobs:
bump:
testing:
name: Generate test coverage badges
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v4

- name: Install modules
run: npm install

- name: Test
- name: Run tests
run: npm run test-ci

- name: Generating coverage badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
badges-icon: vitest

0 comments on commit 91260a0

Please sign in to comment.