Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ If you have a special feature, you're likely to try but it will likely be reject

## Tests

In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/naftalimurgor/docker-bgld). The goal of the tests are to be simple and to be placed in the `test` directory where it will be automatically run.
In an effort to not repeat bugs (and break less popular features), checks are run on [GitHub Actions](https://github.com/BitgesellOfficial/bgld-docker/actions). The goal of the tests are to be simple and to be placed in the `test` directory where it will be automatically run.

See [test directory](https://github.com/kylemanna/docker-bgld/tree/master/test) for details.
See [test directory](https://github.com/BitgesellOfficial/bgld-docker/tree/main/test) for details.

## Style

Expand Down