fix: add shell and pm tests #138
ci.yml
on: pull_request
Lint and Type Check
18s
Benchmarks
28s
Matrix: Tests
Annotations
3 errors
|
Tests (ubuntu-latest)
Process completed with exit code 1.
|
|
tests/shell-integration.test.ts > shell integration tests > shell script syntax validation > should generate syntactically valid fish script:
tests/shell-integration.test.ts#L135
Error: Fish script has syntax errors: Command failed: fish -n /home/runner/work/tab/tab/temp-fish-completion.fish
/bin/sh: 1: fish: not found
❯ tests/shell-integration.test.ts:135:17
|
|
tests/shell-integration.test.ts > shell integration tests > shell script syntax validation > should generate syntactically valid zsh script:
tests/shell-integration.test.ts#L102
Error: Zsh script has syntax errors: Error: Command failed: zsh -n /home/runner/work/tab/tab/temp-zsh-completion.zsh
/bin/sh: 1: zsh: not found
❯ tests/shell-integration.test.ts:102:15
|