Skip to content

Commit

Permalink
ci: use ubicloud
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Dec 14, 2024
1 parent ec38c42 commit e191208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npm run test:dist
e2etest:
name: Run e2e tests
runs-on: self-hosted
runs-on: ubicloud-standard-4
strategy:
matrix:
node-version: [ 20.x ]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: ubicloud/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install and build
Expand Down

0 comments on commit e191208

Please sign in to comment.