Skip to content

springboardretail/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Heartland Retail GitHub Actions

This is a collection of various reusable GitHub actions used by Heartland Retail repos

Usage

publish-test-results

Publishes the JUnit test result file to DataDog

  - uses: springboard-retail/github-actions/publish-test-results
    with:
      name: heartland-retail-cool-new-test-suite
      junit_file_path: ./test-results.xml
      tags: env:ci,app:my-app
      datadog_api_token: ${{ secrets.DD_OPS_API_KEY }}
    if: always()

About

Shared GitHub actions for Heartland Retail projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published