Skip to content

Commit 3e3e3e6

Browse files
committed
Fix typo
1 parent afdc806 commit 3e3e3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We greatly appreciate Pull Requests that extend the automated tests that vet the
44

55
## How the Tests Work
66

7-
A [GitHub Action workflow](https://github.com/jupyter/docker-stacks/blob/main/.github/workflows/docker-build-test-upload.yml)
7+
A [GitHub Actions workflow](https://github.com/jupyter/docker-stacks/blob/main/.github/workflows/docker-build-test-upload.yml)
88
runs tests against pull requests submitted to the `jupyter/docker-stacks` repository.
99

1010
We use the `pytest` module to run tests on the image.

0 commit comments

Comments
 (0)