Skip to content

Commit

Permalink
ODSC-48419. Re-arrange unit tests
Browse files Browse the repository at this point in the history
- create more disk space
  • Loading branch information
liudmylaru committed Oct 10, 2023
1 parent 159e5aa commit fc98600
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/run-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
name: "model"

steps:
- name: "Create more disk space"
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# - name: "Create more disk space"
# run: |
# sudo rm -rf /usr/share/dotnet
# sudo rm -rf /opt/ghc
# sudo rm -rf "/usr/local/share/boost"
# sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/checkout@v3

Expand All @@ -58,6 +58,10 @@ jobs:
pyproject.toml
"**requirements.txt"
- name: df
shell: bash
run: df -h

- uses: ./.github/workflows/set-dummy-conf
name: "Test config setup"

Expand Down

0 comments on commit fc98600

Please sign in to comment.