Skip to content

Commit

Permalink
ci: test set-shell and output-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 20, 2024
1 parent 45fb5f7 commit ddd3633
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ jobs:
- run: aqua list -installed
- run: aqua list -installed -a

- run: aqua output-shell
- run: aqua set-shell bash
- run: aqua set-shell zsh
- run: |
set -eux
cd v20.16.0
aqua i
eval "$(aqua set-shell bash)"
node -v
npm -v
npm i -g renovate
renovate -v
cd v22.6.0
eval "$(aqua set-shell bash)"
node -v
npm -v
npm i -g renovate
renovate -v
working-directory: tests/nodejs
- run: aqua update-checksum
working-directory: tests/main
env:
Expand Down
13 changes: 13 additions & 0 deletions tests/nodejs/v20.16.0/aqua.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
# checksum:
# enabled: true
# require_checksum: true
# supported_envs:
# - all
registries:
- type: standard
ref: v4.215.0-1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: nodejs/[email protected]
13 changes: 13 additions & 0 deletions tests/nodejs/v22.6.0/aqua.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
# checksum:
# enabled: true
# require_checksum: true
# supported_envs:
# - all
registries:
- type: standard
ref: v4.215.0-1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: nodejs/[email protected]

0 comments on commit ddd3633

Please sign in to comment.