Skip to content

Add API_KEY to CI environment #37

@RyanZim

Description

@RyanZim

Need to have an API key on the CI server in order to run some tests there. Relevant code:

const API_KEY = process.env.API_KEY
if (API_KEY) {
test('setup', t => {
cc.setApiKey(process.env.API_KEY)
t.end()
})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions