changelog and ci
This commit is contained in:
parent
1fdadd7e1b
commit
596d03315e
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#### Features 🚀
|
#### Features 🚀
|
||||||
|
|
||||||
|
- Export diagrams to `.pptx` (PowerPoint)[#1139](https://github.com/terrastruct/d2/pull/1139)
|
||||||
|
|
||||||
#### Improvements 🧹
|
#### Improvements 🧹
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
|
||||||
|
|
@ -247,6 +247,7 @@ layers: {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "how_to_solve_problems_pptx",
|
name: "how_to_solve_problems_pptx",
|
||||||
|
skipCI: true,
|
||||||
run: func(t *testing.T, ctx context.Context, dir string, env *xos.Env) {
|
run: func(t *testing.T, ctx context.Context, dir string, env *xos.Env) {
|
||||||
writeFile(t, dir, "in.d2", `how to solve a hard problem?
|
writeFile(t, dir, "in.d2", `how to solve a hard problem?
|
||||||
steps: {
|
steps: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue