Skip to content

Commit

Permalink
Try to fix PATH_TO_OTEAPI_CORE env variable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Mar 3, 2022
1 parent e12cf12 commit 83de88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ jobs:
PORT: 8123
OTEAPI_prefix: /api/ci/v1
DOCKER_OTEAPI_TARGET: ${{ matrix.docker-target }}
PATH_TO_OTEAPI_CORE: ${GITHUB_WORKSPACE}/../oteapi-core
PATH_TO_OTEAPI_CORE: /tmp/oteapi-core

0 comments on commit 83de88a

Please sign in to comment.