Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 6, 2024
1 parent ba14db0 commit c4d06bd
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
# - name: Delete huge unnecessary tools folder
# run: |
# rm -rf /opt/hostedtoolcache &&
# curl -fsSL https://raw.githubusercontent.com/apache/flink/02d30ace69dc18555a5085eccf70ee884e73a16e/tools/azure-pipelines/free_disk_space.sh | bash
- name: Maximize build disk space
uses: easimon/maximize-build-space@v10
with:
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
- name: Checkout
uses: actions/checkout@v4
- name: Get Repo Owner
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Delete huge unnecessary tools folder
run: |
rm -rf /opt/hostedtoolcache &&
curl -fsSL https://raw.githubusercontent.com/apache/flink/02d30ace69dc18555a5085eccf70ee884e73a16e/tools/azure-pipelines/free_disk_space.sh | bash
- name: Log in to registry
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Integration Test
uses: dagger/dagger-for-github@v6
with:
Expand Down

0 comments on commit c4d06bd

Please sign in to comment.