From 61a96a372c357e239fd53293e59add962662c915 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 10 Aug 2024 12:43:25 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c5b8e91..29fa73df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"