Skip to content

Commit bb61b25

Browse files
authored
Update README.md
1 parent 5850bf5 commit bb61b25

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
Integration testing for the astropy ecosystem
1+
Integration testing for the Astropy ecosystem
22
=============================================
33

4-
This repository is a work in progress to develop a way to do integration testing
5-
across the astropy ecosystem to ensure that the core and coordinated packages
4+
This repository is a way to do integration testing
5+
across the Astropy ecosystem to ensure that the core and coordinated packages
66
work well together.
77

8-
For now, you can test the latest astropy release with the latest coordinated
9-
package releases (along with a few third-party packages that depend heavily
10-
on astropy). Pre-releases are used if available. To run the tests, run:
8+
The tests here only do basic testings for those packages on Linux.
9+
Individual packages should still do the due diligence to test against
10+
dev and/or pre-release versions of `astropy` on their own to be sure.
1111

12-
$ tox
12+
To run these tests on GitHub Action as a maintainer of this repo:
1313

14-
or you can even run all environments in parallel with e.g.:
15-
16-
$ tox --parallel 16
14+
1. Goto Actions tab.
15+
2. Select `astropy_rc_basic` job.
16+
3. Click "Run workflow" dropdown and then the green "Run workflow" button.
17+
4. A new run should kick off after a few seconds. Monitor the logs of this run.

0 commit comments

Comments
 (0)