Skip to content

Commit 0808ded

Browse files
committed
ci: Generate extensions in sync-flake-lock.yml
1 parent 548d858 commit 0808ded

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sync-flake-lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
run: |
3939
nix develop . --command ./scripts/dev-deps.sh
4040
41+
- name: Generate extensions
42+
run: |
43+
nix develop . --command ./scripts/obelisk-generate-extensions.sh
44+
4145
- name: Generate Unique Branch Name
4246
id: branch-name
4347
run: echo "branch_name=sync-flake-lock-$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)