Skip to content

Commit

Permalink
fix: create resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vansleee committed Feb 10, 2024
1 parent 9f53748 commit eb69d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ REPORTS_DIR=$(pwd)/$ROBOT_REPORTS_DIR
TESTS_DIR=$(pwd)/$ROBOT_TESTS_DIR
RESOURCES_DIR=$(pwd)/$ROBOT_RESOURCES_DIR

sudo mkdir $REPORTS_DIR && sudo chmod 777 $REPORTS_DIR && sudo chmod 777 $RESOURCES_DIR
sudo mkdir $REPORTS_DIR && sudo chmod 777 $REPORTS_DIR
sudo mkdir $RESOURCES_DIR && sudo chmod 777 $RESOURCES_DIR

docker run --shm-size=$ALLOWED_SHARED_MEMORY \
-e BROWSER=$BROWSER \
Expand All @@ -13,5 +14,4 @@ docker run --shm-size=$ALLOWED_SHARED_MEMORY \
-v $REPORTS_DIR:/opt/robotframework/reports:Z \
-v $TESTS_DIR:/opt/robotframework/tests:Z \
-v $RESOURCES_DIR:/opt/robotframework/resources:Z \
--user=1001:1001 \
$ROBOT_RUNNER_IMAGE

0 comments on commit eb69d63

Please sign in to comment.