-
Notifications
You must be signed in to change notification settings - Fork 114
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
feat: implement new cache system for Docker #152
Conversation
API E2E Test Results206 tests 206 ✅ 27s ⏱️ Results for commit 8b2277d. ♻️ This comment has been updated with latest results. |
Visit the preview URL for this PR (updated for commit 8b2277d):
(expires Tue, 06 Feb 2024 16:35:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
Unit Test Results 3 files 247 suites 8m 39s ⏱️ Results for commit 8b2277d. ♻️ This comment has been updated with latest results. |
Separate build Docker container from it's start.
@@ -41,6 +45,9 @@ jobs: | |||
run: | | |||
npm ci --ignore-scripts | |||
|
|||
- name: List running containers | |||
run: docker ps | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes will be removed, before the approve.
I used them in order to receive important information for new feature implementation.
What ❔
Why ❔
Checklist