Skip to content

Commit

Permalink
fix(verlihub): Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Jan 16, 2025
1 parent a3603b0 commit bac3426
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-verlihub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
# https://github.com/actions/checkout
- name: Checkout repository
uses: actions/[email protected]
# Generate test secrets
- name: Generate test secrets
run: |
set -x
echo "sqlpw123" > secrets/VH_MYSQL_PASSWORD
echo "hubpw123" > secrets/VH_HUB_MASTER_PASSWORD
working-directory: verlihub
# Build and start image
- name: Build and start image
run: |
Expand Down

0 comments on commit bac3426

Please sign in to comment.