Technosorcery / sd2snes-lttp-rando-tracker

Legend of Zelda: A Link to the Past randomizer tracker that works via SD2SNES serial connection
MIT License
11 stars 4 forks source link

Don't build UI twice in CI #369

Closed jhelwig closed 5 years ago

jhelwig commented 5 years ago

The static UI files end up being built twice, once in the UI "Test" section, and once in the UI "Build" section. We should remove the one in the "Test" section.

https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/blob/4a2a68fc5eceb6a72a248838de1ec181d72cd58a/.github/workflows/continuous-integration.yml#L34

jhelwig commented 5 years ago

Looks like the same thing is also happening in the release workflow.

https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/blob/4a2a68fc5eceb6a72a248838de1ec181d72cd58a/.github/workflows/release.yml#L96