Skip to content

Commit

Permalink
Remove unused junit references
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed Dec 7, 2023
1 parent ce2d1ff commit fdad8d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
- synchronize
jobs:
check-generated-files:
env:
ARTIFACT_DIR: junit-reports/
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
Expand All @@ -26,8 +24,5 @@ jobs:

- uses: ./.github/actions/job-preamble

- name: Create artifacts dir
run: mkdir -p "$ARTIFACT_DIR"

- name: Check Generated
run: scripts/ci/jobs/check-generated.sh

0 comments on commit fdad8d7

Please sign in to comment.