diff --git a/.github/workflows/disabled_test_code_integrity.yml.txt b/.github/workflows/test_code_integrity.yml similarity index 100% rename from .github/workflows/disabled_test_code_integrity.yml.txt rename to .github/workflows/test_code_integrity.yml diff --git a/.github/workflows/test_epjson.yml b/.github/workflows/test_epjson.yml index 12aebf2c2bc..bfd093c8947 100644 --- a/.github/workflows/test_epjson.yml +++ b/.github/workflows/test_epjson.yml @@ -27,8 +27,11 @@ jobs: shell: bash run: pip install pytest pytest-timeout + - name: Create Build Directory + run: cmake -E make_directory ./build/ + - name: Configure CMake - working-directory: ./build # TODO: Wait...it will automatically create it? + working-directory: ./build run: cmake -G "Visual Studio 17 2022" -A x64 ../ - name: Test epjson