Skip to content

Commit

Permalink
Merge pull request #635 from xmtp/rygine/update-workflows
Browse files Browse the repository at this point in the history
Make sure workflow step names are consistent
  • Loading branch information
rygine authored Jun 16, 2024
2 parents 1e469be + ff69a69 commit afad25c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
cd packages/js-sdk
yarn format:check
node:
name: Test node
test:
name: Test
# TODO: Investigate why fetch is failing for some of these tests on warp build runners
runs-on: ubuntu-latest
steps:
Expand All @@ -101,24 +101,6 @@ jobs:
DD_SERVICE: xmtp-js
DD_CIVISIBILITY_AGENTLESS_ENABLED: 'true'
DD_API_KEY: ${{ secrets.DD_API_KEY }}
browser:
name: Test browser
# TODO: Investigate why fetch is failing for some of these tests on warp build runners
runs-on: ubuntu-latest
steps:
- 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/js-sdk
yarn test:browser
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/mls-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
cd packages/mls-client
yarn format:check
test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "No tests for MLS Client yet."

build:
name: Build
runs-on: warp-ubuntu-latest-x64-8x
Expand Down

0 comments on commit afad25c

Please sign in to comment.