Skip to content

Commit

Permalink
Login shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 18, 2023
1 parent 78b15aa commit 21160f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
options: --user root
defaults:
run:
shell: bash
shell: bash -l {0}
steps:
- uses: actions/checkout@v3

- name: Initialise nvm
run: . ~/.init-nvm.sh
run: . /root/.init-nvm.sh

- name: Install yarn dependencies
run: yarn install
Expand Down

0 comments on commit 21160f5

Please sign in to comment.