changelog and ci

This commit is contained in:
Júlio César Batista 2023-04-10 16:29:27 -03:00
parent 1fdadd7e1b
commit 596d03315e
No known key found for this signature in database
GPG key ID: 10C4B861BF314878
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#### Features 🚀 #### Features 🚀
- Export diagrams to `.pptx` (PowerPoint)[#1139](https://github.com/terrastruct/d2/pull/1139)
#### Improvements 🧹 #### Improvements 🧹
#### Bugfixes ⛑️ #### Bugfixes ⛑️

View file

@ -246,7 +246,8 @@ 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: {