Skip to content

Commit

Permalink
run tests directly on workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 19, 2024
1 parent 674366d commit 549ef59
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,11 @@ on:
pull_request:
branches: [main]
jobs:
test-crdt:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
cd packages/crdt
yarn install --frozen-lockfile
yarn test
test-network:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
cd packages/network
yarn install --frozen-lockfile
yarn test
test-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
cd packages/node
yarn install --frozen-lockfile
yarn test
test-object:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
cd packages/object
yarn install --frozen-lockfile
yarn test

0 comments on commit 549ef59

Please sign in to comment.