Skip to content

Commit

Permalink
fix integration and unit tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bich Vu Thi Ngoc committed Oct 9, 2024
1 parent 23277f3 commit 385532a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integration_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd $SDK_PATH
cd extension
ls -la
rm -rd $REPO_NAME || true
git clone $REPO_URL
ls -la
cd $REPO_NAME
Expand Down Expand Up @@ -110,9 +111,10 @@ jobs:
cd $SDK_PATH
cd extension
ls -la
rm -rd $REPO_NAME || true
git clone $REPO_URL
ls -la
cd $REPO_URL
cd $REPO_NAME
git checkout $REPO_BRANCH
ls -la
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
cd $SDK_PATH
cd extension
ls -la
rm -rd $REPO_NAME || true
git clone $REPO_URL
ls -la
cd $REPO_NAME
git checkout $REPO_BRANCH
ls -la
- name: Run test
run: |
export PATH=$PATH:~/SimplicityStudio-5/SimplicityStudio_v5/developer/adapter_packs/commander
Expand Down Expand Up @@ -112,9 +112,10 @@ jobs:
cd $SDK_PATH
cd extension
ls -la
rm -rd $REPO_NAME || true
git clone $REPO_URL
ls -la
cd $REPO_URL
cd $REPO_NAME
git checkout $REPO_BRANCH
ls -la
Expand Down

0 comments on commit 385532a

Please sign in to comment.