diff .github/workflows/ci-test.yml @ 6899:f5cca6b83c32

different test for if statement
author John Rouillard <rouilj@ieee.org>
date Thu, 01 Sep 2022 15:12:41 -0400
parents 8987508cff03
children f36126f13dd7
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu Sep 01 15:08:09 2022 -0400
+++ b/.github/workflows/ci-test.yml	Thu Sep 01 15:12:41 2022 -0400
@@ -198,12 +198,15 @@
         run: |
           python ./setup.py build_doc
 
-      - name: test if command
-        if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
+      - name: show matrix vars
         run: |
           env
-          echo "{{ matrix.python_version }}"
-          echo "{{ matrix.os }}"
+          echo "${{ matrix.python_version }}"
+          echo "${{ matrix.os }}"
+
+      - name: test if statement
+        if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
+	run: echo "I ran so far awaaay"
 
       #- name: test docker build current version ubuntu-latest
       #  if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }}

Roundup Issue Tracker: http://roundup-tracker.org/