Skip to content

Commit

Permalink
explore action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent eae5cff commit 8a55afb
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
name: CI
on: [push]
jobs:
bump:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- uses: ./
with:
jose: generate key --alg ES256
private-key: ./private.jwk.json

0 comments on commit 8a55afb

Please sign in to comment.