File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ The CRC GitHub Action is a custom GitHub Action designed to integrate CRC into y
4
4
This action facilitates the setup, start, and management of CRC instances directly within your GitHub
5
5
Actions pipelines, enabling seamless testing and development of your workload on OpenShift/MicroShift.
6
6
7
- > [ !NOTE]
8
- > You are advised to maximize available diskspace using a third-party action.
9
-
10
7
11
8
## Features
12
9
26
23
- name : Checkout code
27
24
uses : actions/checkout@v4
28
25
26
+ - name : Remove unwanted stuff
27
+ run : |
28
+ # According to your needs
29
+ #sudo rm -rf /usr/share/dotnet
30
+ #sudo rm -rf /usr/local/lib/android
31
+
29
32
- name : Set up CRC
30
33
uses : crc-org/crc-github-action@v1
31
34
with :
38
41
# Additional steps for your workflow
39
42
```
40
43
44
+ > [ !NOTE]
45
+ > You are advised to maximize available diskspace using a third-party action.
46
+
47
+
41
48
### Inputs
42
49
43
50
| Name | Description | Required | Default |
You can’t perform that action at this time.
0 commit comments