comparison .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
comparison
equal deleted inserted replaced
6899:f5cca6b83c32 6900:f36126f13dd7
69 cache: 'pip' 69 cache: 'pip'
70 70
71 - name: check file type of js 71 - name: check file type of js
72 run: grep js /etc/mime.types 72 run: grep js /etc/mime.types
73 73
74 - name: show matrix vars
75 run: |
76 env
77 echo "${{ matrix.python_version }}"
78 echo "${{ matrix.os }}"
79
80 - name: test if statement
81 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
82 run: echo "I ran so far awaaay"
83
74 # Display the Python version being used 84 # Display the Python version being used
75 - name: Display Python version 85 - name: Display Python version
76 run: python -c "import sys; print(sys.version)" 86 run: python -c "import sys; print(sys.version)"
77 87
78 # Install the databases 88 # Install the databases
196 206
197 - name: test build_doc 207 - name: test build_doc
198 run: | 208 run: |
199 python ./setup.py build_doc 209 python ./setup.py build_doc
200 210
201 - name: show matrix vars
202 run: |
203 env
204 echo "${{ matrix.python_version }}"
205 echo "${{ matrix.os }}"
206
207 - name: test if statement
208 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
209 run: echo "I ran so far awaaay"
210
211 #- name: test docker build current version ubuntu-latest 211 #- name: test docker build current version ubuntu-latest
212 # if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }} 212 # if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }}
213 # run: | 213 # run: |
214 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . 214 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile .
215 # mkdir tracker; chmod 777 tracker 215 # mkdir tracker; chmod 777 tracker

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