Skip to content

Commit

Permalink
Fix git issue with dir owner
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 18, 2023
1 parent 0db74f7 commit 0c051b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ jobs:
runs-on: ubuntu-latest
container:
image: grafana/grafana-plugin-ci-e2e:1.9.3
options: --user 1001
options: --user root
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3

- name: Set ownership
run: |
# Fix git issue with owner of directory
chown -R $(id -u):$(id -g) $PWD
- name: Initialise nvm
run: |
cp /root/.init-nvm.sh ~/.init-nvm.sh
Expand Down

0 comments on commit 0c051b2

Please sign in to comment.