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