Skip to content

Commit

Permalink
Revert "ci: use powershell for windows"
Browse files Browse the repository at this point in the history
This reverts commit 9ab2bdd.
  • Loading branch information
marcusschiesser committed Mar 19, 2024
1 parent 9ab2bdd commit cdc10bc
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
node-version: [18, 20]
python-version: ["3.11"]
os: [macos-latest, windows-latest]
os: [macos-latest] #, windows-latest]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -49,20 +49,11 @@ jobs:
- name: Install
run: pnpm run install-local
working-directory: .
- name: Run Playwright tests (macOS)
if: matrix.os == 'macos-latest'
- name: Run Playwright tests
run: pnpm run e2e
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
working-directory: .
shell: bash
- name: Run Playwright tests (Windows)
if: matrix.os == 'windows-latest'
run: pnpm run e2e
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
working-directory: .
shell: powershell
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit cdc10bc

Please sign in to comment.