diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 90b51e22..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -on: - push: - -jobs: - test: - name: Run tests - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest - - name: Install dependencies - run: bun install - - name: 🧪 Run unit tests - run: bun run test - - # translate: - # name: Run translation - # runs-on: ubuntu-latest - # permissions: - # actions: write - # contents: write - # pull-requests: write - # steps: - # - uses: actions/checkout@v4 - # - name: Languine - # uses: midday-ai/languine@main - # env: - # GH_TOKEN: ${{ github.token }} - # with: - # OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 4e001c02..35d9e025 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -1,7 +1,7 @@ on: push: - branches: - - main + # branches: + # - main # paths: # - 'packages/cli/**' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dc352e7..bad1d468 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ on: push: - branches: - - main + # branches: + # - main jobs: test: