From a27302a4bd82154006d5620e68cb690b829ce9f5 Mon Sep 17 00:00:00 2001 From: bpolania Date: Thu, 5 Dec 2024 13:39:14 -0800 Subject: [PATCH] Debug complete --- .github/workflows/pr-internal.yml | 7 ------- turbo.json | 1 - 2 files changed, 8 deletions(-) diff --git a/.github/workflows/pr-internal.yml b/.github/workflows/pr-internal.yml index a09b4000..9fbb398f 100644 --- a/.github/workflows/pr-internal.yml +++ b/.github/workflows/pr-internal.yml @@ -14,13 +14,6 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main - debug_sha: - needs: [Timestamp] - runs-on: ubuntu-latest - steps: - - run: | - echo SHA: ${{ github.event.pull_request.head.sha }} - build_and_test: needs: [Timestamp] uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@origin/bpolania/workflows diff --git a/turbo.json b/turbo.json index f5e6c2d1..755de908 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,6 @@ "lint": {}, "lint:fix": {}, "test": {}, - "test:unit": {}, "dev": { "cache": false, "persistent": true