Skip to content

Commit

Permalink
debug: Git
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Apr 2, 2024
1 parent fcac7ce commit a96c05c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: Setup node & package manager, checkout code
runs:
using: "composite"
steps:
# # Temporary workaround for dubious ownership problem
# #
# # FIXME Remove after the 1001 user has been created and granted enough priviledges
# # to install the modules & run the build/lint/test scripts
# - name: Mark workspace directory as safe
# shell: bash
# run: git config --global --add safe.directory ${{ env.GITHUB_WORKSPACE }}
# Temporary workaround for dubious ownership problem
#
# FIXME Remove after the 1001 user has been created and granted enough priviledges
# to install the modules & run the build/lint/test scripts
- name: Mark workspace directory as safe
shell: bash
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# We'll run the job on the prebuilt base image
container:
image: ghcr.io/layerzero-labs/devtools-dev-base:main
options: --user 1001

steps:
- name: Checkout repo
Expand Down

0 comments on commit a96c05c

Please sign in to comment.