We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1bf7 commit 56b006aCopy full SHA for 56b006a
.github/workflows/ci_checks.yml
@@ -9,19 +9,13 @@ on:
9
workflow_dispatch:
10
11
jobs:
12
- test-s2i-builder-images:
+ test-python38:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- name: "Install s2i"
17
run: |
18
wget -c https://github.com/openshift/source-to-image/releases/download/v1.3.0/source-to-image-v1.3.0-eed2850f-linux-amd64.tar.gz -O - | tar -xz
19
sudo cp s2i /usr/local/bin
20
- - name: Test python 3.6 image
21
- run: make test -C python36-slim/
22
- - name: Test python 3.7 image
23
- run: make test -C python37-slim/
24
- - name: Test python 3.8 image
+ - name: Run the test script
25
run: make test -C python38-slim/
26
- - name: Test python 3.9 image
27
- run: make test -C python39-slim/
0 commit comments