Skip to content

Commit

Permalink
create a workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jun 21, 2024
1 parent 6b33bc5 commit 38837f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regressiontest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
# cd $GITHUB_WORKSPACE
# ls -la
cd
git --version
mkdir projects
sudo chmod 777 projects
cd projects
git clone https://github.com/buildtesters/buildtest.git
cd buildtest
source setup.sh
Expand Down

0 comments on commit 38837f5

Please sign in to comment.