Skip to content

Commit 19c109e

Browse files
committed
test
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 361b0ec commit 19c109e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ jobs:
5454
run: |
5555
which pulumictl
5656
pulumictl version
57-
make tfgen
57+
make install-plugins
58+
# make tfgen
5859
# pulumictl get version --language generic --debug
5960

6061
#- name: Build sdks
6162
# run: make build
6263

63-
- name: Lint
64-
run: make lint_provider
64+
#- name: Lint
65+
# run: make lint_provider
6566
strategy:
6667
fail-fast: true
6768
matrix:

0 commit comments

Comments
 (0)