Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7aec7e9

Browse files
committed
wish there was a way to validate these with out running
1 parent d29e555 commit 7aec7e9

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2.1.2
24+
- uses: act10ns/slack@v1
25+
with:
26+
status: ${{ job.status }}
27+
channel: "#builds"
28+
if: always()
29+
2430
- name: Setup npm and build runestone.js
2531
run: |
2632
npm install
@@ -38,10 +44,3 @@ jobs:
3844
- name: Test with pytest
3945
run: |
4046
pytest
41-
42-
- name: Update Slack
43-
- uses: act10ns/slack@v1
44-
with:
45-
status: ${{ job.status }}
46-
channel: "#builds"
47-
if: always()

0 commit comments

Comments
 (0)