Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Jan 21, 2025
1 parent 8576035 commit 8fe8326
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/release-oint-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Release Openint SDK

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write

jobs:
main:
name: Run type checks, lint, and tests
name: Build and release Openint SDK
runs-on: ubuntu-latest
timeout-minutes: 15
env:
Expand Down Expand Up @@ -57,15 +54,14 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# TODO: Reenable these
# - name: Run type checks
# run: pnpm run typecheck
- name: Run type checks
run: pnpm run typecheck

# - name: Run lint
# run: pnpm run lint
- name: Run lint
run: pnpm run lint

# - name: Run tests
# run: pnpm run test::ci
- name: Run tests
run: pnpm run test::ci

- name: Run build for all packages except website
run: pnpm turbo run build --filter 'cli'
Expand All @@ -85,9 +81,8 @@ jobs:
cd sdks/sdk-openint
pnpm turbo run build
# TODO: Reenable this test
# - name: Run integration tests
# run: cd examples && node test.cjs && node test.mjs
- name: Run integration tests
run: cd examples && node test.cjs && node test.mjs

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit 8fe8326

Please sign in to comment.