Skip to content

Commit

Permalink
Temp branch, do not merge to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 8, 2023
1 parent e2a5b4d commit 3df1e64
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,17 @@ jobs:
- name: Upload the Dependency package(s)
run: conan upload "*" -r cura --all -c

- name: Look Around You
if: ${{ runner.os != 'Windows' }}
run: ls -laR
working-directory: ../

- name: Set Environment variables from Conan install (bash)
if: ${{ runner.os != 'Windows' }}
run: |
. ./activate_github_actions_runenv.sh
. ./activate_github_actions_buildenv.sh
working-directory: build/generators/
working-directory: ../build/generators/

- name: Build Unit Test
run: |
Expand All @@ -123,7 +128,7 @@ jobs:
- name: Run Unit Test
id: run-test
run: ctest --output-junit engine_test.xml
working-directory: build/Release/
working-directory: ../build/Release/

- name: Publish Unit Test Results
id: test-results
Expand Down

0 comments on commit 3df1e64

Please sign in to comment.