Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed Sep 28, 2023
1 parent caa64aa commit 6eccbea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
power: true
- name: Login in to pulumi
run: pulumi login --local
- name: Install language host
run: pulumi plugin install language scala --server github://api.github.com/VirtusLab/besom
- name: Test templates
run: just test-examples
2 changes: 2 additions & 0 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
power: true
- name: Login in to pulumi
run: pulumi login --local
- name: Install language host
run: pulumi plugin install language scala --server github://api.github.com/VirtusLab/besom
- name: Test templates
run: just test-templates

0 comments on commit 6eccbea

Please sign in to comment.