Skip to content

Commit

Permalink
add dev to regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Dec 29, 2024
1 parent 38b9f35 commit 8be9755
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/generate_idehelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ on:
workflow_dispatch: # Allows action to be run manually from the Actions tab

jobs:
build-docker:
regenerate-idehelper:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: get dependencies
run: make composer-install-dev; make npm-install-gh
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: spin up dev
run: make dev
- name: make regenerate-idehelper
run: make regenerate-idehelper
- name: Check for changes
Expand Down

0 comments on commit 8be9755

Please sign in to comment.