generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'm using this action in my CI, but getting errors regarding my profile/bashrc.
executing `/__w/_tool/volta/1.1.1/x64/bin/volta setup`
/__w/_tool/volta/1.1.1/x64/bin/volta setup
error: Could not locate user profile.
Tried $PROFILE (), ~/.bashrc, ~/.bash_profile, ~/.zshrc, ~/.profile, and ~/.config/fish/config.fish
Please create one of these and try again; or you can edit your profile manually to add '/__w/_tool/volta/1.1.1/x64/bin' to your PATH
Error: The process '/__w/_tool/volta/1.1.1/x64/bin/volta' failed with exit code 6
Minimum Working Example
name: Minimum Working Example
on:
push:
defaults:
run:
shell: bash
jobs:
success-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Volta-cli
uses: volta-cli/action@v4
fail-ec2:
runs-on: ec2-runners
container:
image: ${{ vars.EC2_RUNNER }}
steps:
- uses: actions/checkout@v3
- name: Setup Volta-cli
uses: volta-cli/action@v4
Metadata
Metadata
Assignees
Labels
No labels