Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Tests Docker Action

Unit Tests Badge

This action enables cloning private Cryptopirates repositories, installing TA-Lib, and running unit tests on a Go module.

Inputs

gitUsername

Required The username of a GitHub user with the correct access rights.

gitAccessToken

Required The GitHub user's access token.

requiresTALib

Whether or not the package depends on TA-Lib.

requiresLibrdkafka

Whether or not the package depends on librdkafka.

Example usage

uses: cryptopirates/unit-tests-action@master
with:
    gitUsername: ${{ secrets.GIT_USERNAME }}
    gitAccessToken: ${{ secrets.GIT_ACCESS_TOKEN }}
    requiresTALib: true
    requiresLibrdkafka: true

About

GitHub Action for applying unit tests to Go packages.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages