Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

chore: update opengb-registry -> opengb-modules #104

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout registry Repo
uses: actions/checkout@v4
with:
path: opengb-registry
path: opengb-modules

# Get engine repo to test against
- name: Fetch engine repo
Expand All @@ -40,4 +40,4 @@ jobs:

# Run tests on all modules in the registry
- name: Run Tests for all modules
run: cd ./opengb-registry/tests/basic && opengb test --strict-schemas --force-deploy-migrations
run: cd ./opengb-modules/tests/basic && opengb test --strict-schemas --force-deploy-migrations