We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dce29 commit 946654dCopy full SHA for 946654d
3 files changed
.github/workflows/basic-foundation-test.yml
@@ -108,9 +108,3 @@ jobs:
108
109
- name: Display coverage report in job summary
110
run: cat coverage.md >> $GITHUB_STEP_SUMMARY
111
-
112
- - name: Upload Coverage Report
113
- uses: actions/upload-artifact@v4
114
- with:
115
- name: coverage-report
116
- path: htmlcov/
TODO.md
@@ -23,11 +23,11 @@
23
- [x] pywright
24
- [x] form includes
25
- [x] users page refresh
26
-- [ ] mailapi
+- [x] mailapi
27
- mailgun
28
- setup domain
29
- mx record
30
-- [ ] automate github releases on merge to main
+- [x] automate github releases on merge to main
31
32
## feature
33
render.yaml
@@ -1,5 +1,5 @@
1
previews:
2
- generation:
+ generation: automatic
3
expireAfterDays: 1
4
services:
5
- type: web
0 commit comments