Skip to content

Commit

Permalink
fix: main.yaml, move env to Run Kafka KRaft Broker
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Jul 9, 2024
1 parent d5553ce commit 875d453
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ jobs:
validate-tests:
runs-on: ubuntu-latest

env:
MAIL_HOST: ${{ secrets.MAIL_HOST }}
MAIL_PORT: ${{ secrets.MAIL_PORT }}
MAIL_USERNAME: ${{ secrets.MAIL_USERNAME }}
MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }}

steps:
- name: Checkout repository and switch to branch
uses: actions/checkout@v3
Expand All @@ -29,6 +23,12 @@ jobs:
kafka-version: "3.7.0"
kafka-topics: "installationCompleted.request, 1"

env:
MAIL_HOST: ${{ secrets.MAIL_HOST }}
MAIL_PORT: ${{ secrets.MAIL_PORT }}
MAIL_USERNAME: ${{ secrets.MAIL_USERNAME }}
MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }}

- name: Validate checkstyle
run: mvn checkstyle:check

Expand Down

0 comments on commit 875d453

Please sign in to comment.