From e3590f47db706d8863102b3ea27d0197f0890cf4 Mon Sep 17 00:00:00 2001 From: sii42400 Date: Thu, 16 Apr 2026 22:05:42 +0200 Subject: [PATCH] fix(cv): add more info into json - --- src/content/kamil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/kamil.js b/src/content/kamil.js index 958744a..6469ee3 100644 --- a/src/content/kamil.js +++ b/src/content/kamil.js @@ -907,7 +907,7 @@ export const content_en = [ "Microservices infrastructure maintenance (Docker / Docker Compose)", "Servers infrastructure maintenance (Jenkins Agent - Windows / Jenkins Master - Linux)", "Automatization of servers configuration (Ansible / Bash / Powershell)", - "Automatization of IrDA devices tests invoking on CI/CD environment (Regression, Merge Request, Commit) (Jenkins CI/CD / Bash / Powershell / Python - TOX)", + "Automatization of IrDA devices tests invoking on CI/CD environment (Regression, Merge Request, Commit) (Jenkins CI/CD / Bash / Powershell / Python - TOX -> https://tox.wiki/)", "Automatization of re-used python packages building & collecting process (Jenkins CI/CD / Private PyPI / Python)", "Automatization of tests reporting (Jenkins CI/CD / Test-Result-Analyzer / Jira Xray)", "Automatization of code validation processes (Pre-commit / Black Formatter / Flake8 / MyPY / etc.)",