Skip to content

Commit

Permalink
testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 11, 2024
1 parent bbc62b7 commit 739a347
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: cache-cmake
uses: actions/cache@v4
with:
path: ${{ env.HOME }}/Applications/CMake/3.15.7
path: ${{ runner.home }}/Applications/CMake/3.15.7
key: conan-cmake-3.15

- name: Build CMake old versions not available for arm
Expand Down Expand Up @@ -110,14 +110,14 @@ jobs:
chmod +x ${HOME}/Applications/bazel/${version}/bazel
done
- name: Run Tests
run: |
if [ "${{ matrix.test-type }}" == "unittests" ]; then
pytest test/unittests --durations=20
elif [ "${{ matrix.test-type }}" == "integration" ]; then
pytest test/integration --durations=20
elif [ "${{ matrix.test-type }}" == "functional" ]; then
export PATH=${HOME}/Applications/CMake/3.15.7/bin:$PATH:/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin
cmake --version
#pytest test/functional -v --durations=20
fi
# - name: Run Tests
# run: |
# if [ "${{ matrix.test-type }}" == "unittests" ]; then
# pytest test/unittests --durations=20
# elif [ "${{ matrix.test-type }}" == "integration" ]; then
# pytest test/integration --durations=20
# elif [ "${{ matrix.test-type }}" == "functional" ]; then
# export PATH=${HOME}/Applications/CMake/3.15.7/bin:$PATH:/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin
# cmake --version
# pytest test/functional -v --durations=20
# fi

0 comments on commit 739a347

Please sign in to comment.