Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Nov 18, 2023
1 parent 8df269f commit 168df42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
name: composable
skipAddingSubstituter: false
skipPush: false
- run:
- run: |
nix run .#terraform --impure -- init
nix run .#terraform --impure -- plan
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: composable
skipAddingSubstituter: false
skipPush: false
- run:
- run: |
nix run .#terraform --impure -- init
nix run .#terraform --impure -- apply --auto-approve
- uses: "DeterminateSystems/flakehub-push@main"
Expand Down

0 comments on commit 168df42

Please sign in to comment.