We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610a50b commit 2e2b6b6Copy full SHA for 2e2b6b6
.github/workflows/weekly-openshift-1-5-x.yml
@@ -6,28 +6,14 @@ on:
6
7
jobs:
8
build:
9
- runs-on: custom-linux-xl
+ runs-on: macos-latest
10
steps:
11
- uses: actions/checkout@v2
12
13
- - name: Cache CRC binary
14
- id: cache-crc-binary
15
- uses: actions/cache@v2
+ - uses: redhat-actions/openshift-cli-installer@v1
16
with:
17
- path: crc
18
- key: ${{ runner.os }}-okd-crc
19
-
20
- - name: Download CRC binary
21
- run: |
22
- curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/linux-amd64/crc
23
- chmod +x crc
24
- sudo cp crc /usr/local/bin/crc
25
- crc version
26
27
- - name: Install required virtualization software
28
29
- sudo apt-get update -y
30
- sudo apt-get install -y qemu-kvm libvirt-daemon libvirt-daemon-system network-manager
+ oc: latest
+ crc: latest
31
32
- name: Configure CRC
33
run: |
0 commit comments