Skip to content

Commit

Permalink
set default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Nov 21, 2024
1 parent 687adeb commit f580d9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:

workflow_dispatch:

defaults:
run:
shell: bash

jobs:
test:
permissions:
Expand Down Expand Up @@ -119,7 +123,6 @@ jobs:
echo "CLASSIQ_HOST=https://staging.api.classiq.io" >> $GITHUB_ENV
echo "IS_DEV=true" >> $GITHUB_ENV
fi
shell: bash
env:
GH_TOKEN: ${{ github.token }}

Expand All @@ -143,7 +146,6 @@ jobs:
# Set authentication with M2M token
- name: Set authentication
run: .github/scripts/get_m2m_token.sh
shell: bash
env:
IS_DEV: "${{ env.IS_DEV }}"
M2M_SECRET_ARN: "${{ env.M2M_SECRET_ARN }}"
Expand All @@ -157,4 +159,3 @@ jobs:
LIST_OF_IPYNB_CHANGED: "${{ steps.changed-files-ipynb.outputs.all_changed_files }}"
CLASSIQ_IDE: "${{ env.CLASSIQ_IDE }}"
CLASSIQ_HOST: "${{ env.CLASSIQ_HOST }}"
shell: bash

0 comments on commit f580d9f

Please sign in to comment.