Skip to content

Commit

Permalink
Merge pull request #2 from empear-analytics/Taking-care-of-tests-with…
Browse files Browse the repository at this point in the history
…out-a-result

Building the new version
  • Loading branch information
ulrikawiss authored Mar 31, 2023
2 parents 870e965 + a1674ac commit a662954
Show file tree
Hide file tree
Showing 5 changed files with 2,502 additions and 382 deletions.
File renamed without changes.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
#Sending JUnit report to Slack
# Sending JUnit report to Slack

## Buildning

If you make changes, the action needs to be built and the resulting files need to be checked in.

https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github

1. `npm i -g @vercel/ncc` if you didn't already do that
2. `ncc build index.ts --license LICENSE` or `npm run build`
3. commit, push, tag
Loading

0 comments on commit a662954

Please sign in to comment.