Skip to content

2.0.0-beta.7

2.0.0-beta.7 #903

Workflow file for this run

name: Tests
on: [push]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hoverkraft-tech/[email protected]
with:
compose-file: "./test/docker-compose.yml"
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn
- run: yarn test-ci