Skip to content

Commit

Permalink
add github ci29
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir committed Apr 2, 2024
1 parent 0a9201d commit 155dbc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
if: ${{ contains(inputs.use-system-libraries, 'ON')}}
with:
activate-environment: aare
python-version: 3.11
Expand All @@ -34,10 +35,10 @@ jobs:
./run_tests
- name: run examples
run: |
pwd
export PROJECT_ROOT_DIR="."
cd build/examples/
ls *_example
find -name "*_example" | xargs -I {} -n 1 -t bash -c {}
ls build/examples/*_example
find -name "build/examples/*_example" | xargs -I {} -n 1 -t bash -c {}

0 comments on commit 155dbc2

Please sign in to comment.