Skip to content

Commit

Permalink
Run node tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyfel committed Dec 29, 2023
1 parent 0b2c786 commit 0fbaf7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ jobs:
- run: yarn lint
- run: yarn test:ember

test-node:
name: Node Tests
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:node

floating-dependencies:
name: "Floating Dependencies"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fbaf7f

Please sign in to comment.