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 27a510d commit baba98f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: CI
on: [push]
jobs:
build:
cli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- uses: actions/cache@v4
with:
key: ${{ hashFiles('dist/**') }}
path: |
action.yml
dist/*
key: ${{ hashFiles('dist/**') }}
coverage:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,15 +23,16 @@ jobs:
with:
branches: main
generate-private-key:
needs: [build]
needs: [cli]
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v4
with:
key: ${{ hashFiles('dist/**') }}
path: |
action.yml
dist/*
key: ${{ hashFiles('dist/**') }}
- id: generate_private_key
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

0 comments on commit baba98f

Please sign in to comment.