Skip to content

Commit e062ace

Browse files
revert changes not needed
1 parent 5fd38f4 commit e062ace

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/faucet_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
python -c "import sys; print(sys.version)"
4848
49-
# - name: Install poetry dependencies
50-
# run: poetry install
49+
- name: Install poetry dependencies
50+
run: poetry install
5151

52-
# - name: Run Faucet tests
53-
# run: poetry run poe test_faucet
52+
- name: Run Faucet tests
53+
run: poetry run poe test_faucet

.github/workflows/integration_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Install poetry dependencies
5555
run: poetry install
5656

57-
# - name: Integration test
58-
# run: |
59-
# poetry run poe test_integration
60-
# poetry run coverage report --fail-under=70
57+
- name: Integration test
58+
run: |
59+
poetry run poe test_integration
60+
poetry run coverage report --fail-under=70
6161
62-
# - name: Stop docker container
63-
# if: always()
64-
# run: docker stop rippled-service
62+
- name: Stop docker container
63+
if: always()
64+
run: docker stop rippled-service

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
shell: bash
417417
env:
418418
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
419-
CHANNEL: "#test-alert"
419+
CHANNEL: "#xrpl-py"
420420
EXECUTOR: ${{ github.triggering_actor || github.actor }}
421421
RELEASE_BRANCH: ${{ env.RELEASE_BRANCH }}
422422
PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }}
@@ -497,7 +497,7 @@ jobs:
497497
curl -sS -X POST https://slack.com/api/chat.postMessage \
498498
-H "Authorization: Bearer $SLACK_TOKEN" \
499499
-H "Content-Type: application/json; charset=utf-8" \
500-
-d "$(jq -n --arg channel "#test-alert" --arg text "$MSG" '{channel:$channel, text:$text}')" \
500+
-d "$(jq -n --arg channel "#ripplex-security" --arg text "$MSG" '{channel:$channel, text:$text}')" \
501501
| jq -er '.ok' >/dev/null
502502
503503
- name: Awaiting security approval
@@ -636,7 +636,7 @@ jobs:
636636
curl -sS -X POST https://slack.com/api/chat.postMessage \
637637
-H "Authorization: Bearer $SLACK_TOKEN" \
638638
-H "Content-Type: application/json; charset=utf-8" \
639-
-d "$(jq -n --arg channel "#test-alert" --arg text "$text" '{channel:$channel, text:$text}')"
639+
-d "$(jq -n --arg channel "#xrpl-py" --arg text "$text" '{channel:$channel, text:$text}')"
640640
641641
- name: Notify Slack if tests fail
642642
if: >-
@@ -659,6 +659,6 @@ jobs:
659659
-H "Authorization: Bearer $SLACK_TOKEN" \
660660
-H "Content-Type: application/json" \
661661
-d "$(jq -n \
662-
--arg channel "#test-alert" \
662+
--arg channel "#xrpl-py" \
663663
--arg text "$MESSAGE" \
664664
'{channel: $channel, text: $text}')"

0 commit comments

Comments
 (0)