Compare commits

..

1 Commits

Author SHA1 Message Date
05cc47c802 feat: add build job
Some checks failed
Build / build (pull_request) Failing after 1m28s
- add build job that runs `make plan`
- enable provider caching
2025-10-17 11:19:29 +11:00

View File

@ -29,5 +29,4 @@ jobs:
env: env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }} VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}
run: | run: |
ls -lh ~/.config/incus
make plan make plan