Skip to content

Commit 5269975

Browse files
committed
Testing in parallel
1 parent 7ffa6be commit 5269975

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,14 @@ jobs:
1919
sudo cp s2i /usr/local/bin
2020
- name: Run the test script
2121
run: make test -C python38-slim/
22+
test-python39:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v2
26+
- name: "Install s2i"
27+
run: |
28+
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
29+
sudo cp s2i /usr/local/bin
2230
- name: Run the test script
2331
run: make test -C python39-slim/
32+

0 commit comments

Comments
 (0)