-
What about automated releases?
Every commit to main branch can be a new version
Workflow:
```js
name: release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses…
-
Today trivy-checks bundles are released manually, usually once a month in time for the next trivy release.
We could automate this process by defining the trigger for a bundle release on time. That…
-
Ahead of my nixpkgs changes merging, I thought I'd try my hand at a script to compare against a "LKG" *(last known good)* of the platform/board binary.
Some quick thoughts/questions:
1. Should the…
-
Use the War Thunder test flight debug mode to do automated testing
localhost:8111/editor/fm_commands
- [ ] If the plane's altitude goes up x meters, the energy needs to increase by 9.8x
- [ ] I…
-
I'd like there to be some kind of automated backups.
The lowest effort I can think of is to have a program linked from DRAGON; DAILY or WEEKLY or MONTHLY. Then write to, say, MT1 without rewinding…
-
### Publication and Data Information
### Additional Information
Automated annotations are located in `/files/files/automated_annotation/`. There will be a `gene.fasta`, `mRNA.fasta`, and `polype…
-
Add automated tests. At this point, there may not be unit tests; we can focus on GUI tests.
For swing tests,
- [UISpec4J](http://www.uispec4j.org/)
- [SO question](http://stackoverflow.com/questions/…
-
It would be nice to have [dockerhub build automatically](https://docs.docker.com/docker-hub/builds/) our images. This would save us from having to maintain the infrastructure to do those builds on a r…
-
-
So far, we have used toy examples to develop and manually test the various tools needed to build the OMR dataset.
We will soon need a more formalized workflow:
- To automate the global sequence …