diff --git a/.github/workflows/integTest-execution-with-caching.yml b/.github/workflows/integTest-execution-with-caching.yml index 10ff924..374eda0 100644 --- a/.github/workflows/integTest-execution-with-caching.yml +++ b/.github/workflows/integTest-execution-with-caching.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v2 - - name: Exucute Gradle build + - name: Execute Gradle build uses: ./ with: build-root-directory: .github/workflow-samples/groovy-dsl