-
Possible fixes:
* Create all sockets, worker, master before tests run then teardown after all tests have run
-
This appears intermittently:
It happens on the post() on either method. I've enabled this on my fork as well, and i'm seeing pass on my side/failure on yours, vice versa. I can't reproduce locally.…
-
1. Markdownlint
2. Language/Grammar lint
3. Page build
4. Page deploy if successfull
-
We should add at least some sort of testing step to validate Pull Requests through github actions. Adding unit tests will probably require quite some refactoring and yield only small result.
I woul…
-
Testing should be part of the pipeline for all PRs and commits to master - must pass with no errors to be merged/released.
https://stackoverflow.com/a/62882641/571593
Release pipeline should pro…
-
Potrzebujemy, żeby testy powstały w tym samym repo, np w directory tests, tak aby Michał Korzeniewski mógł je odpalać z tego samego repozytorium w GH actions.
-
Trying to get some inspiration for another project, I had a look on how the github-action cache was used here:
* https://github.com/georchestra/cadastrapp/blob/master/.github/workflows/cadastrapp.y…
-
Une fois de plus je n'arrive pas à faire le pdf sur GH actions... Voir 36c0bf52d982d3783f81dc60649a90bc2f7ec6f8
je crois que tinytex ça m'échappe.... mais je vois beaucoup de pb avec...
-
`gh actionlint action.yml`
```
action.yml:1:1: "jobs" section is missing in workflow [syntax-check]
|
1 | name: 'Build Docker Image'
| ^~~~~
action.yml:2:1: unexpected key "description" fo…
-
Right now they only run on `master` which means changes to the GH Actions workflows or actions can break the build and fixing it is a big PITA since you don't know if your fix actually worked until it…