Skip to content

Commit

Permalink
Log in Fluvio Cloud in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Oct 3, 2023
1 parent 2854036 commit 3c1784a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,13 @@ jobs:
run: |
make build_smartmodules
- name: Log in Fluvio Cloud
env:
ORG_HUB_SA_PASSWD_DEV: ${{ secrets.ORG_HUB_SA_PASSWD_DEV }}
ORG_HUB_SA_NAME: ${{ secrets.ORG_HUB_SA_NAME }}
run: |
RUST_LOG=debug fluvio cloud login --email "$ORG_HUB_SA_NAME" --password "$ORG_HUB_SA_PASSWD_DEV" --remote https://dev.infinyon.cloud
# Run fluvio test
- name: Run Fluvio CLI smoke tests
if: matrix.test == 'fluvio'
Expand Down

0 comments on commit 3c1784a

Please sign in to comment.