Skip to content

Commit 32eef07

Browse files
committed
ci: ▶️ add workflow_dispatch for manual triggering of GitHub Actions
* Enable manual triggering of the workflow for debugging purposes. * Temporary commented out the dependency installation step.
1 parent b136f8a commit 32eef07

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
paths:
77
- "cli-tips.sh"
88

9+
# For debugging 🐛🔍
10+
workflow_dispatch:
11+
912
jobs:
1013
test:
1114
runs-on: ubuntu-latest
@@ -15,8 +18,8 @@ jobs:
1518
- name: 📥 Checkout Repository
1619
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1720

18-
- name: ⚙️ Install dependencies
19-
run: sudo apt install parallels
21+
# - name: ⚙️ Install dependencies
22+
# run: sudo apt install parallels
2023

2124
- name: 🧪 Run Bats Tests
2225
run: npx bats test/cli-tips.bats --jobs $(nproc)

0 commit comments

Comments
 (0)