internetarchive / arklet

ARK minter, binder, resolver
MIT License
21 stars 16 forks source link

GitHub Action to run tox #10

Closed cclauss closed 1 year ago

cclauss commented 2 years ago

In order to make this work, I think you would need to add ARKLET_DJANGO_SECRET_KEY to https://github.com/internetarchive/arklet/settings/secrets/actions in accordance with https://docs.github.com/en/actions/security-guides/encrypted-secrets

Of add pytest.mark.skipif not go.getenv("ARKLET_DJANGO_SECRET_KEY") to some of the pytests.