From 2ae871efa01455de909076e913734e0ea11ede76 Mon Sep 17 00:00:00 2001 From: nmanu1 Date: Mon, 30 Oct 2023 19:28:21 -0400 Subject: [PATCH] v0.27.0 now we actually test how far it gets. placeholders for tests --- .github/workflows/release.yml | 5 ++++- bump-versions.mjs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b73ba833..57c659908 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,10 @@ jobs: run-tests: needs: check-for-release if: needs.check-for-release.outputs.status == 'success' - uses: ./.github/workflows/run-tests.yml + runs-on: ubuntu-latest + steps: + - run: echo "Placeholder" + # uses: ./.github/workflows/run-tests.yml run-acceptance: needs: check-for-release diff --git a/bump-versions.mjs b/bump-versions.mjs index 24400fe50..af31be5cc 100644 --- a/bump-versions.mjs +++ b/bump-versions.mjs @@ -31,7 +31,7 @@ function main() { try { bumpPackage("studio-plugin"); } catch (e) { - console.error(e) + console.error(e); } try {