Skip to content

Commit 946654d

Browse files
phernandezphernandez
andauthored
update TODO tasks (#7)
* update TODO tasks * fix render preview setting * remove coverage report upload from actions --------- Co-authored-by: phernandez <phernandez@basicmachines.co>
1 parent a5dce29 commit 946654d

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/basic-foundation-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,3 @@ jobs:
108108
109109
- name: Display coverage report in job summary
110110
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
- [x] pywright
2424
- [x] form includes
2525
- [x] users page refresh
26-
- [ ] mailapi
26+
- [x] mailapi
2727
- mailgun
2828
- setup domain
2929
- mx record
30-
- [ ] automate github releases on merge to main
30+
- [x] automate github releases on merge to main
3131

3232
## feature
3333

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
previews:
2-
generation:
2+
generation: automatic
33
expireAfterDays: 1
44
services:
55
- type: web

0 commit comments

Comments
 (0)