-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: CI using custom GH Actions #22
base: main
Are you sure you want to change the base?
Conversation
Do you think we need a |
No, it indicates that |
@AronNovak you are also missing this part https://github.com/digitallyinduced/ihp-boilerplate/pull/28/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R25-R30 btw, can an action user other actions? So this whole section could have be replaced. |
So # Use the cachix cache for faster builds.
- name: Cachix Init
uses: cachix/cachix-action@v12
with:
name: digitallyinduced
skipPush: true is at:
and
not?
No, a Docker-based Action is one single Docker build process. What I can do is to rely on a base image, what I did, to rely on We might decide to upload the whole Docker image to Dockerhub, so no need to wait at GH action for the Docker image building. |
Then likely I need to move it from the Dockerfile to the entrypoint, trying it out now. |
I try to speed up the testing process, to avoid to publish a new GH Action every time with a new change, this command can"t simulate yet a GH actions invocation, somehow it does not find |
This is the proper command to test-drive locally. |
I have some progress, but not with That's where I am now:
I guess now the key is |
@amitaibu Do you plan to add tests here? Or does this repo already have some basic ones that I missed? |
@AronNovak you can copy the test and the package added to |
No description provided.