You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
[tests.yml](.github/workflows/tests.yml)define unit and integration tests that will be executed for each commit to the master branch and each commit to a branch with an open pull request.
139
139
140
-
Unit tests and integration tests will be executed for each commit to the
141
-
master branch and each commit to a branch with an open pull request.
142
-
143
-
[GitHub Actions][github-actions] are used to deploy the Ruby gem. If a [tag][git-tag]
144
-
starting with v is pushed to the master branch, then the job will attempt to build
145
-
the Ruby gem and deploy it to [RubyGems][ruby-gems].
[release.yml](.github/workflows/release.yml) contains the job configuration to deploy the Ruby gem. If a [tag][git-tag] starting with v is pushed to the master branch, then the job will attempt to build the Ruby gem and deploy it to [RubyGems][ruby-gems].
0 commit comments