Skip to content

Commit

Permalink
Merge pull request #3640 from threefoldtech/Development_gird_tests_wo…
Browse files Browse the repository at this point in the history
…rkflow_fix

Update grid_client_tests.yml
  • Loading branch information
AhmedHanafy725 authored Nov 13, 2024
2 parents fd3d1a2 + b9e7ccd commit 2e58417
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/grid_client_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:
required: true
default: "dev"
options:
- "dev"
- "qa"
- "test"
- "main"
- "dev"
- "qa"
- "test"
- "main"
jobs:
tests:
runs-on: ubuntu-latest
env:
NETWORK: ${{ github.event.inputs.network }}
NETWORK: ${{ github.event.inputs.network || 'dev' }}
RMB_PROXY: true
STORE_SECRET: secret
MNEMONIC: ${{ secrets.MNEMONIC }}
steps:
- name: set network for Schedule
if: ${{env.NETWORK}} == ""
- name: Set network for schedule
if: ${{ !env.NETWORK }}
run: echo "NETWORK=dev" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Set up node version
Expand Down

0 comments on commit 2e58417

Please sign in to comment.