Skip to content

Commit

Permalink
ci: upgrade runner for the end-to-end tests (to self-hosted)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Nov 17, 2022
1 parent 8933e51 commit 1b5f055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn types --noEmit

e2e:
runs-on: ubuntu-8-core
runs-on: self-hosted
name: End-to-end tests
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
framework: ['next', 'remix', 'vite']
framework: ["next", "remix", "vite"]
name: Test with framework ${{ matrix.framework }}
env:
STREAM_API_KEY: ${{ secrets.E2E_APP_KEY }}
Expand Down

0 comments on commit 1b5f055

Please sign in to comment.