unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 9 forks source link

Testing: Set up GitHub Action to automatically run testing suite #81

Open vprusso opened 1 year ago

vprusso commented 1 year ago

Once #80 has been completed, it would be nice to set up a GitHub Actions event to automatically run these tests as part of an automated pipeline.

Refer to the official docs here for how to write an appropriate .yml file to configure the automated running of tests in the tests/ directory.