Skip to content

Commit

Permalink
remove user
Browse files Browse the repository at this point in the history
  • Loading branch information
chrypnotoad committed May 1, 2024
1 parent f4bad88 commit 62b3c2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/shardeum/jenkins-test-container:latest
options: --user root
# options: --user root

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Print environment info
run: |
echo "Printing environment variables..."
env
echo "Checking Node version..."
node --version
echo "Checking npm version..."
Expand Down

0 comments on commit 62b3c2e

Please sign in to comment.