Skip to content

Commit

Permalink
Enable stub and simplify CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
texastoland committed Mar 14, 2024
1 parent 76a7752 commit 94e48e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
version: "*"
check-latest: true
features: full # dataframe and extra included
- name: debug paths
run: echo $0
- name: toolkit check pr
shell: nu {0}
# nix STUB_IDE_CHECK when nushell/nushell#12208 fixed
run: |
nu --commands 'use toolkit.nu *; check pr --and-exit'
use toolkit.nu *
STUB_IDE_CHECK=true check pr --and-exit
4 changes: 3 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
features: full # dataframe and extra included
- name: toolkit check pr --full
shell: nu {0}
# nix STUB_IDE_CHECK when nushell/nushell#12208 fixed
run: |
nu --commands 'use toolkit.nu *; check pr --full --and-exit'
use toolkit.nu *
STUB_IDE_CHECK=true check pr --full --and-exit

0 comments on commit 94e48e2

Please sign in to comment.