Skip to content

Commit

Permalink
try install node first
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Dec 29, 2023
1 parent dcf4507 commit 45c845e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
fail-fast: false
matrix:
tests: [xcm-transfer, acala, bridge-sdk]
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down

0 comments on commit 45c845e

Please sign in to comment.