Changeset: f04055373ba7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f04055373ba7
Modified Files:
        .github/workflows/linux.yml
Branch: default
Log Message:

env not allowed in steps..


diffs (21 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -43,8 +43,6 @@ jobs:
             c_compiler: cl
     runs-on: ${{ matrix.os }}
     steps:
-      env:
-        CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }}
       - name: Checkout
         uses: actions/checkout@v3
         with:
@@ -104,6 +102,8 @@ jobs:
         if: runner.os == 'Windows'
 
       - name: ctest 
+        env:
+          CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }}
         run: |
           cd build 
           cmake --build . --target ${{ CTEST }}
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to