Skip to content

Commit

Permalink
test: bash for window
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Mar 20, 2024
1 parent c9a2039 commit b7a5eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [18, 20]
node-version: [20]
python-version: ["3.11"]
os: [macos-latest, windows-latest]
os: [windows-latest]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
working-directory: .
shell: powershell
shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit b7a5eaa

Please sign in to comment.