Skip to content

Commit

Permalink
Copy init file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 18, 2023
1 parent 21160f5 commit f13bb05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ jobs:
runs-on: ubuntu-latest
container:
image: grafana/grafana-plugin-ci-e2e:1.9.3
options: --user root
defaults:
run:
shell: bash -l {0}
shell: bash
steps:
- uses: actions/checkout@v3

- name: Initialise nvm
run: . /root/.init-nvm.sh
run: |
cp /root/.init-nvm.sh ~/.init-nvm.sh
. ~/.init-nvm.sh
- name: Install yarn dependencies
run: yarn install
Expand Down

0 comments on commit f13bb05

Please sign in to comment.