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

Commit 99724f7

Browse files
authored
chore: update opengb-registry -> opengb-modules (#104)
1 parent 54ce087 commit 99724f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout registry Repo
1515
uses: actions/checkout@v4
1616
with:
17-
path: opengb-registry
17+
path: opengb-modules
1818

1919
# Get engine repo to test against
2020
- name: Fetch engine repo
@@ -40,4 +40,4 @@ jobs:
4040

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

0 commit comments

Comments
 (0)