Skip to content

Commit

Permalink
Enable MLS client tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Sep 16, 2024
1 parent a7c4eb9 commit abd6734
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/mls-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,23 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-8x
steps:
- run: echo "No tests for MLS Client yet."
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
env:
SKIP_YARN_COREPACK_CHECK: '1'
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: yarn
- run: ./dev/up
- run: |
cd packages/mls-client
yarn test
build:
name: Build
Expand Down

0 comments on commit abd6734

Please sign in to comment.