Skip to content

Commit

Permalink
CI: Do not run test if login is not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 8, 2024
1 parent f17541f commit 7b06380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-exchange-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b06380

Please sign in to comment.