Skip to content

Commit

Permalink
Shorter name for github action tests for better overview
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 24, 2023
1 parent d5cb6c6 commit e697ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
sqlite-unit-tests:
sqlite:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2

postgres-unit-tests:
postgres:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2

mysql-unit-tests:
mysql:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e697ee4

Please sign in to comment.