Skip to content

Commit 56b006a

Browse files
committed
reverting ci workflow
1 parent 4bd1bf7 commit 56b006a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci_checks.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,13 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
test-s2i-builder-images:
12+
test-python38:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: "Install s2i"
1717
run: |
1818
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
1919
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
20+
- name: Run the test script
2521
run: make test -C python38-slim/
26-
- name: Test python 3.9 image
27-
run: make test -C python39-slim/

0 commit comments

Comments
 (0)