Skip to content

Commit c30fce5

Browse files
committed
Cleanup old task to generate schema and remove deps to npm
1 parent 7c09439 commit c30fce5

File tree

4 files changed

+5
-463
lines changed

4 files changed

+5
-463
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -587,32 +587,6 @@ jobs:
587587
- name: "Install Package"
588588
run: "poetry install"
589589

590-
- name: Install NodeJS
591-
uses: actions/setup-node@v4
592-
with:
593-
node-version: 20
594-
cache: 'npm'
595-
cache-dependency-path: ./schema/package-lock.json
596-
- name: "Install format-graphql"
597-
working-directory: schema
598-
run: npm install
599-
600-
- name: Select infrahub db port
601-
run: echo "INFRAHUB_DB_PORT=$(shuf -n 1 -i 10000-60000)" >> $GITHUB_ENV
602-
603-
- name: "Set environment variables"
604-
run: echo INFRAHUB_BUILD_NAME=infrahub-${{ runner.name }} >> $GITHUB_ENV
605-
- name: "Set environment variables"
606-
run: echo INFRAHUB_IMAGE_VER=local-${{ runner.name }}-${{ github.sha }} >> $GITHUB_ENV
607-
- name: "Clear docker environment"
608-
run: docker compose -p $INFRAHUB_BUILD_NAME down -v --remove-orphans --rmi local
609-
610-
- name: Create docker compose override
611-
run: mv development/docker-compose.dev-override-benchmark.yml development/docker-compose.dev-override.yml
612-
613-
- name: Start dependencies
614-
run: poetry run invoke dev.build dev.deps
615-
616590
- name: Run validation
617591
run: poetry run invoke schema.validate-graphqlschema
618592

schema/package-lock.json

Lines changed: 0 additions & 360 deletions
This file was deleted.

0 commit comments

Comments
 (0)