Skip to content

Commit

Permalink
Set KAGOME_IN_DOCKER to 1 in test.yml (#1940)
Browse files Browse the repository at this point in the history
* Set KAGOME_IN_DOCKER to 1 in test.yml

In order to activate the python virtual environment that contains build tools, KAGOME_IN_DOCKER variable should be set to 1 in CI.

* Disable for Mac
  • Loading branch information
Harrm authored Jan 18, 2024
1 parent ae83d83 commit 32c01f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
env:
BUILD_DIR: build
CI: true
KAGOME_IN_DOCKER: 1
CTEST_OUTPUT_ON_FAILURE: 1
GITHUB_HUNTER_USERNAME: ${{ secrets.HUNTER_USERNAME }}
GITHUB_HUNTER_TOKEN: ${{ secrets.HUNTER_TOKEN }}
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
run: ./housekeeping/make_build.sh -DCLEAR_OBJS=ON -DCOVERAGE=OFF -DWASM_COMPILER=WasmEdge -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/cxx20.cmake
env:
CI:

KAGOME_IN_DOCKER: 0
Linux:
if: ${{ !(github.ref == 'refs/heads/master' || startsWith( github.ref, 'refs/tags/' )) }}
strategy:
Expand Down

0 comments on commit 32c01f8

Please sign in to comment.