Skip to content

Commit

Permalink
Remove unnecessary flags/options
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Jun 18, 2024
1 parent 04ffcad commit 38be00d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automatus-ubuntu2204.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automatus UBUNTU22
name: Automatus Ubuntu 22.04
on:
pull_request:
branches: [ master, 'stabilization*' ]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
prop_path: 'product'
- name: Build product
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
run: ./build_product ubuntu2204 --derivatives
run: ./build_product ubuntu2204
- uses: actions/upload-artifact@v4
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
if: ${{steps.bash.outputs.prop == 'True' && steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
run: tests/test_rule_in_container.sh --no-remove-machine-only --dontclean --logdir logs_bash --remediate-using bash --name ssg_test_suite --datastream $DATASTREAM ${{join(fromJSON(steps.rules.outputs.prop))}}
env:
ADDITIONAL_TEST_OPTIONS: "--duplicate-templates --remove-fips-certified --product rhel8"
ADDITIONAL_TEST_OPTIONS: "--duplicate-templates --remove-fips-certified"
- name: Check for ERROR in logs
if: ${{steps.bash.outputs.prop == 'True' && steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
run: grep -q "^ERROR" logs_bash/test_suite.log
Expand Down

0 comments on commit 38be00d

Please sign in to comment.