Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Sep 26, 2023
1 parent 970c875 commit edcc996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/composites/clean-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ runs:
shell: bash
run: |
sudo apt-get update
# temporary workaround for an error in free disk space action
# https://github.com/jlumbroso/free-disk-space/issues/14
- name: Update Package List and Remove Dotnet
shell: bash
run: |
sudo apt-get update
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
# this might get set to true if there is an existing cache of test times
# this happens in 'matrix-bounds-on-test-times-cache-hit'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
test_when_cache_present:
needs: [ build ]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 30
# only run this one if there is a previous cache of test times
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

test_when_cache_missing:
needs: [ build ]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 30
timeout-minutes: 60
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
uses: ./.github/workflows/composites/run-and-save-test-times-when-cache-missing

save_test_times_when_cache_missing:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build, test_when_cache_missing ]

steps:
Expand All @@ -210,7 +210,7 @@ jobs:
uses: ./.github/workflows/composites/test-times

save_test_times_when_cache_present:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [ build, test_when_cache_present ]

steps:
Expand Down

0 comments on commit edcc996

Please sign in to comment.