Skip to content

Commit

Permalink
Minor GitHub action wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Jan 9, 2024
1 parent 77c2627 commit 9c6c89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: "Update pip and install Nox"
run: "python -m pip install pip nox -c requirements/constraints.txt"

- name: "Run 'tests' Nox session"
- name: "Run tests via Nox"
run: "nox -s tests"

checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: "Setup GitHub Pages"
uses: "actions/configure-pages@v4"

- name: "Build docs with 'docs' Nox session"
- name: "Build docs via Nox"
run: "nox -s docs"

- name: "Upload artifact"
Expand Down

0 comments on commit 9c6c89e

Please sign in to comment.