Skip to content

Commit

Permalink
update pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-shellyw committed Jul 29, 2024
1 parent f4faaf5 commit 7426001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/*
10 changes: 0 additions & 10 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,13 @@ 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
cmp --silent test/integration_test/assert_output_files.txt output1.txt && echo "All expected output files are present." || exit 1
- 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
Expand Down

0 comments on commit 7426001

Please sign in to comment.