Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 6898:393430d4849a | 6899:f5cca6b83c32 |
|---|---|
| 196 | 196 |
| 197 - name: test build_doc | 197 - name: test build_doc |
| 198 run: | | 198 run: | |
| 199 python ./setup.py build_doc | 199 python ./setup.py build_doc |
| 200 | 200 |
| 201 - name: test if command | 201 - name: show matrix vars |
| 202 run: | | |
| 203 env | |
| 204 echo "${{ matrix.python_version }}" | |
| 205 echo "${{ matrix.os }}" | |
| 206 | |
| 207 - name: test if statement | |
| 202 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest' | 208 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest' |
| 203 run: | | 209 run: echo "I ran so far awaaay" |
| 204 env | |
| 205 echo "{{ matrix.python_version }}" | |
| 206 echo "{{ matrix.os }}" | |
| 207 | 210 |
| 208 #- name: test docker build current version ubuntu-latest | 211 #- name: test docker build current version ubuntu-latest |
| 209 # if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }} | 212 # if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }} |
| 210 # run: | | 213 # run: | |
| 211 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . | 214 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . |
