Skip to content

Commit

Permalink
Separate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Sep 9, 2024
1 parent e76f01c commit 12b3167
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/verify-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: CI
on: push

jobs:
verify-distribution:
name: Verify Distribution
do-it:
strategy:
fail-fast: false
matrix:
Expand All @@ -21,10 +20,8 @@ jobs:
with:
node-version: 20

- name: Install dependencies
run: npm install
- name: Install Yaak CLI
run: npm install --foreground-scripts -g @yaakapp/cli

- name: Install yaak CLI
run: |
npm install -g @yaakapp/cli
yaakcli --version
- name: Verify the Yaak CLI
run: yaakcli --version

0 comments on commit 12b3167

Please sign in to comment.