Skip to content

chore: Remove old SDK and add latest package as dependancy #328

chore: Remove old SDK and add latest package as dependancy

chore: Remove old SDK and add latest package as dependancy #328

Workflow file for this run

name: E2E Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Run docker
run: docker compose up -d
- name: Wait
run: sleep 50s
- name: Run tests
run: yarn run test:e2e