Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/integration-test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ on:
- main

jobs:
cli-integration-test:
skip:
name: CLI Integration Tests
runs-on: ubuntu-latest
steps:
- name: skip
run: echo skip

cli-integration-test:
name: CLI Integration Test Matrix
# Note: `prepare-release.yaml` sets this commit message
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Interactive tutorials powered by WebContainer API",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down