Skip to content

Commit 2ba2834

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 9fe4082 commit 2ba2834

9 files changed

Lines changed: 11 additions & 58 deletions

File tree

.machine_readable/bot_directives/README.scm

Lines changed: 0 additions & 9 deletions
This file was deleted.

.machine_readable/bot_directives/echidnabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/finishbot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/glambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/rhodibot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/robot-repo-automaton.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/seambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.machine_readable/bot_directives/sustainabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

Justfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,3 +752,14 @@ crg-badge:
752752
D) color="orange" ;; E) color="red" ;; F) color="critical" ;; \
753753
*) color="lightgrey" ;; esac; \
754754
echo "[![CRG $$grade](https://img.shields.io/badge/CRG-$$grade-$$color?style=flat-square)](https://github.com/hyperpolymath/standards/tree/main/component-readiness-grades)"
755+
756+
# Run E2E tests (run the main 'test' recipe)
757+
e2e:
758+
just test
759+
@echo "E2E validation passed"
760+
761+
# Run aspect-oriented tests
762+
aspect:
763+
#!/usr/bin/env bash
764+
set -euo pipefail
765+
bash tests/aspect/aspect_tests.sh

0 commit comments

Comments
 (0)