Skip to content

Commit

Permalink
chore: renaming step
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula committed Jan 22, 2024
1 parent 2fcf96c commit a880476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- run: go mod download # Not required, used to segregate module download vs test times
- run: make test exclude="(kafkaclient|testhelper)"
- uses: codecov/codecov-action@v2
package-unit:
name: Package Unit
test-package:
name: Test package
runs-on: 'ubuntu-20.04'
strategy:
fail-fast: false
Expand All @@ -39,7 +39,7 @@ jobs:
check-latest: true
- run: go version
- run: go mod download
- name: Package Unit [ ${{ matrix.package }} ]
- name: Test package [ ${{ matrix.package }} ]
env:
TEST_KAFKA_CONFLUENT_CLOUD_HOST: ${{ secrets.TEST_KAFKA_CONFLUENT_CLOUD_HOST }}
TEST_KAFKA_CONFLUENT_CLOUD_KEY: ${{ secrets.TEST_KAFKA_CONFLUENT_CLOUD_KEY }}
Expand Down

0 comments on commit a880476

Please sign in to comment.