Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7055:83dc71b3211f
add web references used to build github ci file.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 20 Nov 2022 11:45:14 -0500 |
| parents | 0a46ce061db6 |
| children | d9b153732bb1 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Nov 20 11:44:19 2022 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 20 11:45:14 2022 -0500 @@ -1,5 +1,9 @@ # merged in python-package.yml workflow +# reference docs: +# https://blog.deepjyoti30.dev/tests-github-python +# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python +# name: roundup-ci on:
