mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 07:23:11 +00:00
actions: removing prune action for self hosted runner.
Remove trailing whitespace Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
c6b3e2d1a7
commit
de05b13953
2
.github/actions/prune-vm/action.yml
vendored
2
.github/actions/prune-vm/action.yml
vendored
@ -17,7 +17,7 @@ runs:
|
||||
set -euo pipefail
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
sudo rm -rf /opt/ghc
|
||||
sudo rm -rf /opt/ghc
|
||||
sudo rm -rf /usr/local/.ghcup
|
||||
- name: Disk space report after modification
|
||||
shell: bash
|
||||
|
||||
7
.github/workflows/test_common.yml
vendored
7
.github/workflows/test_common.yml
vendored
@ -41,14 +41,11 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Remove unwanted software
|
||||
uses: ./.github/actions/prune-vm
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
|
||||
cache: 'pip'
|
||||
|
||||
- run: pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user