From 64e0e13e0ead613ab224934b66726c15b5a12c88 Mon Sep 17 00:00:00 2001 From: David Perez-Suarez Date: Thu, 10 Mar 2022 16:56:08 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Improve=20structure=20/=20fo?= =?UTF-8?q?rmat=20of=20the=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/self-hosted.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/self-hosted.yaml b/.github/workflows/self-hosted.yaml index ee7566c..fffcc27 100644 --- a/.github/workflows/self-hosted.yaml +++ b/.github/workflows/self-hosted.yaml @@ -12,13 +12,7 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies run: | - python3 -m venv env - source env/bin/activate - python3 -m pip install --upgrade pip - pip3 install .[dev] + echo "hello world" - name: Test with pytest run: | - source env/bin/activate - pip3 install pytest - pytest - python3 -c "from hello_ci import HelloCI; HelloCI().greet()" + echo 'Ciao mondo!' From 167521a7a79a326729bc3109223154881ab6715f Mon Sep 17 00:00:00 2001 From: David Perez-Suarez Date: Thu, 10 Mar 2022 16:58:11 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=98=B8=20Working=20with=20Kubernetes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/self-hosted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-hosted.yaml b/.github/workflows/self-hosted.yaml index fffcc27..b84b7ab 100644 --- a/.github/workflows/self-hosted.yaml +++ b/.github/workflows/self-hosted.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies run: | - echo "hello world" + echo "hello cruel world" - name: Test with pytest run: | echo 'Ciao mondo!'