Skip to content

utils: add the method FileUtils.existsFile to fix BlobFuse2 issue, #T… #195

utils: add the method FileUtils.existsFile to fix BlobFuse2 issue, #T…

utils: add the method FileUtils.existsFile to fix BlobFuse2 issue, #T… #195

Workflow file for this run

name: Push in java-common-libs task branch
on:
push:
branches:
- TASK-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit