Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent 7d7e97d commit 61a96a3
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
name: CI
on: [push]
jobs:
cli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache/save@v4
with:
key: ${{ hashFiles('dist/**') }}
path: >
action.yml
dist/*
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run coverage

generate-private-key:
needs: [cli]
runs-on: ubuntu-latest
steps:
- uses: actions/cache/restore@v4
with:
key: ${{ hashFiles('dist/**') }}
path: >
action.yml
dist/*
- uses: actions/checkout@v4
- id: generate_private_key
uses: ./
with:
transmute: >
transmute: |
jose keygen --alg ES256 --verbose
- run: echo "${{ steps.generate_private_key.outputs.json }}"

0 comments on commit 61a96a3

Please sign in to comment.