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 664eaa7 commit 27a510d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
./action.yml
./dist
key: ${{ hashFiles('./dist/**') }}
action.yml
dist/*
key: ${{ hashFiles('dist/**') }}
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run coverage
- name: Badges
Expand All @@ -27,12 +27,12 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
./action.yml
./dist
key: ${{ hashFiles('./dist/**') }}
action.yml
dist/*
key: ${{ hashFiles('dist/**') }}
- id: generate_private_key
uses: ./
with:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# <a href="https://transmute.industries">Transmute Command</a>

[![CI](https://github.com/transmute-industries/transmute/actions/workflows/ci.yml/badge.svg)](https://github.com/transmute-industries/transmute/actions/workflows/ci.yml)
![Branches](./badges/coverage-branches.svg)
![Functions](./badges/coverage-functions.svg)
![Lines](./badges/coverage-lines.svg)
![Statements](./badges/coverage-statements.svg)
![Jest coverage](./badges/coverage-jest%20coverage.svg)
[![NPM](https://nodei.co/npm/@transmute/cli.png?mini=true)](https://npmjs.org/package/@transmute/cli)

<img src="./transmute-banner.png" />
Expand Down
1 change: 0 additions & 1 deletion badges/coverage-branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-functions.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-jest coverage.svg

This file was deleted.

Loading

0 comments on commit 27a510d

Please sign in to comment.