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 edcc996 commit 82d5f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/composites/clean-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get remove google-cloud-sdk*
- 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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
needs: [ build, test_when_cache_present ]

steps:
Expand Down

0 comments on commit 82d5f2f

Please sign in to comment.