Jonas Gottschau

Results 2 issues of Jonas Gottschau

What does this implement/fix? Explain your changes. --------------------------------------------------- - fixes if DatabaseVersion == 4, migration 5 -> 6 will not run resulting in invalid schema. - adds build.yml github action...

Hi I have a config: ```yaml - uses: bahmutov/npm-install@v1 if: needs.check.outputs.build_web_clients == 'true' with: working-directory: src/SoMeSociety.Brandarmies/Client.Shared ``` but it seems the cache is decompressed to a different folder and thus...