Skip to content

Commit

Permalink
feat(cosmos): fold in b:enable-orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 6, 2024
1 parent 02aa9e2 commit ede6b02
Show file tree
Hide file tree
Showing 29 changed files with 3,045 additions and 5,513 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
workdir: ./a3p-integration

- name: clean up repo
run: git clean -f && git restore .
run: git clean -f . && git restore .
- name: notify on failure
if: failure()
uses: ./.github/actions/notify-status
Expand Down
8 changes: 4 additions & 4 deletions a3p-integration/debug-current.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

# Convience script to debug the current proposal being worked on.
# Convenience script to debug the current proposal being worked on.

scripts/build-submission.sh proposals/b:enable-orchestration testing/start-valueVow.js start-valueVow
scripts/build-submission.sh proposals/b:enable-orchestration testing/restart-valueVow.js restart-valueVow
scripts/build-submission.sh proposals/z:acceptance testing/start-valueVow.js start-valueVow
scripts/build-submission.sh proposals/z:acceptance testing/restart-valueVow.js restart-valueVow

yarn test -m orch --debug
yarn test -m vow --debug
3 changes: 0 additions & 3 deletions a3p-integration/proposals/b:enable-orchestration/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions a3p-integration/proposals/b:enable-orchestration/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions a3p-integration/proposals/b:enable-orchestration/initial.test.js

This file was deleted.

35 changes: 0 additions & 35 deletions a3p-integration/proposals/b:enable-orchestration/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions a3p-integration/proposals/b:enable-orchestration/test.sh

This file was deleted.

Loading

0 comments on commit ede6b02

Please sign in to comment.