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 50df0e2
Show file tree
Hide file tree
Showing 27 changed files with 27 additions 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
1 change: 1 addition & 0 deletions .github/workflows/test-exchange-symbolinfo.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
1 change: 1 addition & 0 deletions .github/workflows/test-exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-bitwise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-ohlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-oscillator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-price.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-pricemulti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-pricerange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-math.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
1 change: 1 addition & 0 deletions .github/workflows/test-platform-chart.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
1 change: 1 addition & 0 deletions .github/workflows/test-platform-chart3d.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
1 change: 1 addition & 0 deletions .github/workflows/test-platform-web.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
1 change: 1 addition & 0 deletions .github/workflows/test-platform.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
1 change: 1 addition & 0 deletions .github/workflows/test-serializer.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
1 change: 1 addition & 0 deletions .github/workflows/test-storage-cache.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
1 change: 1 addition & 0 deletions .github/workflows/test-storage-dict-buffer.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
1 change: 1 addition & 0 deletions .github/workflows/test-storage-dict.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
1 change: 1 addition & 0 deletions .github/workflows/test-storage.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
1 change: 1 addition & 0 deletions .github/workflows/test-task.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
1 change: 1 addition & 0 deletions .github/workflows/test-tick.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
1 change: 1 addition & 0 deletions .github/workflows/test-trade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
shell: bash
working-directory: ${{ env.TEST_PATH }}
if: ${{ secrets.MT5_LOGIN != '' }}
name: Test
needs: compile
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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 50df0e2

Please sign in to comment.