Add support for GitHub Actions

Closes #159
This commit is contained in:
Matthieu Darbois
2020-03-10 22:45:29 +01:00
committed by mayeut
parent c22d50427c
commit b797430d21
7 changed files with 87 additions and 11 deletions
@@ -11,6 +11,7 @@ def test_unknown_platform_non_ci(monkeypatch, capsys):
monkeypatch.delenv('CI', raising=False)
monkeypatch.delenv('BITRISE_BUILD_NUMBER', raising=False)
monkeypatch.delenv('AZURE_HTTP_USER_AGENT', raising=False)
monkeypatch.delenv('GITHUB_WORKFLOW', raising=False)
with pytest.raises(SystemExit) as exit:
main()