Skip to content

Commit

Permalink
Merge branch 'main' into RHIDP-4264-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar authored Nov 8, 2024
2 parents 69780e2 + 4e70265 commit 1562afa
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ jobs:
- name: Run lint
run: yarn run lint:check --concurrency=75% --affected

- name: Regenerate dockerfiles
run: |
yarn run build:dockerfile; if [[ $(git diff --name-only | grep Dockerfile || true) != "" ]]; then \
echo "ERROR: Workspace is dirty! Must run 'yarn build:dockerfile' and commit changes!"; exit 1; \
fi
- name: Run tests
run: yarn run test --concurrency=75% --affected

Expand Down
Loading

0 comments on commit 1562afa

Please sign in to comment.