Skip to content

Commit

Permalink
fix: action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdevpereira committed Sep 26, 2022
1 parent 962675a commit 862f7c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
> This is a Github action that runs the unit tests of a repository, generates a test coverage report, uploads the report to Cloudflare Pages and comments the results on available pull requests.
## Requirements:
1. A Cloudflare account with access to Cloudflare Pages
2. A javascript repository using Jest for unit testing
1. A Javascript repository, hosted on Github, using Jest for unit testing
2. A Cloudflare account with access to Cloudflare Pages and:
- A Cloudflare API Token
- The Cloudflare Account ID

4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Test & Publish to Cloudflare
icon: check-circle
author: carlosdevpereira
description: Generates a test coverage report, uploads it to Cloudflare and comments results on available pull requests.
branding:
color: white
icon: check-circle

runs:
using: "node16"
Expand Down

0 comments on commit 862f7c0

Please sign in to comment.