Skip to content

Commit

Permalink
try a different path
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Nov 16, 2023
1 parent de84fdd commit f8335e2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/run_testsuite_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,15 @@ jobs:
ls -la ./
- name: Check out Tutorials for systest
uses: actions/checkout@v4
env:
GIT_TRACE: 1
GIT_CURL_VERBOSE: 1
with:
ref: ${{ github.event.inputs.systests_branch }}
lfs: true
fetch-depth: 0
- name: cd into tools/tests directory
- name: cd into tutorials/tools/tests directory
run: |
cd ./tools/tests
pwd
ls -alh
cd .tutorials/tools/tests
- name: install python depencies
run: |
pip install --user -r ./requirements.txt
Expand All @@ -58,7 +57,7 @@ jobs:
python systemtests.py --build_args=${{github.event.inputs.build_args}} --suites=${{github.event.inputs.suites}} --log-level=${{github.event.inputs.loglevel}}
- name: cd into main directory
run: |
cd ../../
cd ../../../
- name: Archive run files
if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f8335e2

Please sign in to comment.