Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
now we actually test how far it gets. placeholders for tests
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent e1f22ba commit 2ae871e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bump-versions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function main() {
try {
bumpPackage("studio-plugin");
} catch (e) {
console.error(e)
console.error(e);
}

try {
Expand Down

0 comments on commit 2ae871e

Please sign in to comment.