From a688a0d3da152cca884aacafe7fde1a6d6f76e1b Mon Sep 17 00:00:00 2001 From: Dominik Przybyl Date: Fri, 23 Feb 2024 14:53:46 +0100 Subject: [PATCH] refactor --- .github/workflows/makefile.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/makefile.yaml b/.github/workflows/makefile.yaml index 89829c7..b08348e 100644 --- a/.github/workflows/makefile.yaml +++ b/.github/workflows/makefile.yaml @@ -40,15 +40,14 @@ jobs: id: build run: | make build + - + name: Test + id: test + run: | + make test_provider - name: Install id: install run: | set -ex make install - - - name: Generate multi-language examples from yaml IaC program - id: examples - run: | - set -ex - make gen_examples