From 74260011b68267aedfb1530670447bd4848e9739 Mon Sep 17 00:00:00 2001 From: Shelly Wang Date: Mon, 29 Jul 2024 10:25:28 -0400 Subject: [PATCH] update pipeline file --- .github/workflows/build-pipeline.yml | 4 +--- .github/workflows/test-pipeline.yml | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 03713c8..b72d19f 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -12,7 +12,7 @@ permissions: jobs: build-release-jar: - name: build and release Kangooroo ShadowJar + name: build and release Kangooroo Distribution runs-on: ubuntu-latest steps: @@ -26,11 +26,9 @@ jobs: uses: gradle/gradle-build-action@v3 with: gradle-version: 7.0.2 - - run: gradle shadowJar - run: gradle distZip - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: files: | - build/libs/KangoorooStandalone.jar build/distribution/* diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index a1b7ef0..e2785c4 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -61,12 +61,6 @@ jobs: - name: Run Kangooroo with default settings run: ./bin/kangooroo -mods summary --url https://duckduckgo.com/ - - name: Debug Time! - run: ls - - - name: Debug Time! - run: ls output/168ce875a2188cce97924a11f6a918df/ - - name: Check all output files of Kangooroo is present run: | ls --format=commas output/168ce875a2188cce97924a11f6a918df/ > output1.txt @@ -74,10 +68,6 @@ jobs: - name: Check if tmp folder is empty run: ls -l tmp | grep -q "total 0" || exit 1 - - name: Debug Time! - run: cat output/168ce875a2188cce97924a11f6a918df/results.json - - - name: Check if result.json have expected keys run: | grep -qe "response_code" output/168ce875a2188cce97924a11f6a918df/results.json || exit 1