Skip to content

Commit

Permalink
[WIP] test : clean up disk
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Mar 18, 2024
1 parent ba10b71 commit e8640ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
builder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
mode: profile

steps:
- uses: actions/checkout@v3
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- uses: actions/checkout@v4
with:
path: src/flutter
fetch-depth: 0

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /tizen_tools/sysroot
key: sysroot
Expand Down Expand Up @@ -164,7 +168,7 @@ jobs:
mode: [release, profile]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/flutter
fetch-depth: 0
Expand Down Expand Up @@ -214,7 +218,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/check-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: flutter-tizen/tizen_allowlist
token: ${{ secrets.TIZENAPI_TOKEN }}
Expand Down

0 comments on commit e8640ca

Please sign in to comment.