Skip to content

Commit

Permalink
fix: set different user to reproduce npm cache error
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffle committed Jan 23, 2024
1 parent c8b22a0 commit 766d01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run \
--rm \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-suite \
-v $(pwd)/e2e:/sakuli-project \
-u 45678:12345 \
-u 500:1000 \
--shm-size=2G \
taconsol/sakuli:${1:-latest}

Expand Down Expand Up @@ -97,4 +97,4 @@ docker run \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-ocr \
-v $(pwd)/e2e:/sakuli-project \
--shm-size=2G \
taconsol/sakuli:${1:-latest}
taconsol/sakuli:${1:-latest}

0 comments on commit 766d01e

Please sign in to comment.