Skip to content

Commit

Permalink
update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd committed May 7, 2024
1 parent 1da4256 commit b615a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
ALTERYX_OPEN_SRC_UPDATE_CHECKER: False
jobs:
build_docs:
name: 3.9 build docs
name: ${{ matrix.python_version }} Build Docs
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
ALTERYX_OPEN_SRC_UPDATE_CHECKER: False
jobs:
unit_latest_tests:
name: ${{ matrix.python_version }} ${{ matrix.directories }} unit tests
name: ${{ matrix.python_version }} ${{ matrix.directories }} Unit Tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down

0 comments on commit b615a07

Please sign in to comment.