Skip to content

Commit c217868

Browse files
committed
Specifying ref to pull
1 parent 5269975 commit c217868

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci_checks.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,17 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
test-python38:
12+
test-python36:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
ref: more-python-versions
1618
- name: "Install s2i"
1719
run: |
1820
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
1921
sudo cp s2i /usr/local/bin
2022
- name: Run the test script
21-
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
30-
- name: Run the test script
31-
run: make test -C python39-slim/
23+
run: make test -C python36-slim/
24+
3225

0 commit comments

Comments
 (0)