File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,4 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
6161ENV USER test_user
6262ENV USERPASS pass
6363RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
64+ USER test_user
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ permissions:
1313env :
1414 BUILD_DIR : " ${{github.workspace}}/build"
1515 INSTALL_DIR : " ${{github.workspace}}/build/install"
16- HOST_WORKDIR : ${{github.workspace}}
17- WORKDIR : /unified-memory-framework
1816
1917jobs :
2018 fuzz-test :
@@ -375,8 +373,10 @@ jobs:
375373
376374 alpine :
377375 name : Alpine
376+ env :
377+ HOST_WORKDIR : ${{github.workspace}}
378+ WORKDIR : /unified-memory-framework
378379 strategy :
379- fail-fast : false
380380 matrix :
381381 build_type : [Debug, Release]
382382 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments