Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Feb 23, 2024
1 parent 659e84c commit a688a0d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a688a0d

Please sign in to comment.