diff .github/workflows/ci-test.yml @ 6900:f36126f13dd7

move test to top so I don't have to wait.
author John Rouillard <rouilj@ieee.org>
date Thu, 01 Sep 2022 15:14:23 -0400
parents f5cca6b83c32
children 6663fec097a6
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu Sep 01 15:12:41 2022 -0400
+++ b/.github/workflows/ci-test.yml	Thu Sep 01 15:14:23 2022 -0400
@@ -71,6 +71,16 @@
       - name: check file type of js
         run: grep js /etc/mime.types
 
+      - name: show matrix vars
+        run: |
+          env
+          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"
+
       # Display the Python version being used
       - name: Display Python version
         run: python -c "import sys; print(sys.version)"
@@ -198,16 +208,6 @@
         run: |
           python ./setup.py build_doc
 
-      - name: show matrix vars
-        run: |
-          env
-          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" }}
       #  run: |

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