-
Anyone having issues with the NPM release 2.6.0? If possible, fix the tests
-
Travis is not cool any more.
-
## Issue
There isn't an easy way to distribute/use the app without a developer toolchain installed, e.g. node/npm
## Potential Solutions
Implement GH Actions to release a new build on each major …
-
Travis is going away for open-source projects, so CI will have to be migrated to GitHub actions.
-
We should create a GH action for setting up Copilot like SAM: https://github.com/aws-actions/setup-sam
-
I understand the issue with the action right now, as discussed in #11 .
Once this issue is resolved, are there any plans to support badges for GitHub actions' builds?
-
-
Add a Github Action to automatically test the docker build process.
Similar to unit testing, the Action should verify that the docker container can be build.
-
This is cause by https://github.com/actions/runner-images/issues/8659
Ozaq updated
12 months ago
-
Possible fixes:
* Create all sockets, worker, master before tests run then teardown after all tests have run