migrate service tests to GH actions (#8421)

* run service tests with GHA

* rename GithubGist services to Gist

* completely delete circle ci config
This commit is contained in:
chris48s
2023-01-17 20:55:57 +00:00
committed by GitHub
parent 27a2deb7d2
commit e8c42e9ec1
12 changed files with 192 additions and 278 deletions

View File

@@ -8,7 +8,7 @@ const schema = Joi.object({
updated_at: Joi.string().required(),
}).required()
export default class GithubGistLastCommit extends GithubAuthV3Service {
export default class GistLastCommit extends GithubAuthV3Service {
static category = 'activity'
static route = { base: 'github/gist/last-commit', pattern: ':gistId' }
static examples = [