Skip to content

Commit

Permalink
Remove env variable from job names
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 3, 2023
1 parent b955f61 commit 4b85c46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
test:
name: "Test ($TEST_ENV)"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
echo "DBPASSWORD=rootpw" >> $GITHUB_ENV
echo "DBHOST=127.0.0.1" >> $GITHUB_ENV
- name: Run Tests ($TEST_ENV)
- name: Run Tests
run: hatch run $TEST_ENV:cov

- name: Upload coverage data
Expand Down

0 comments on commit 4b85c46

Please sign in to comment.