From b2835b744f0af1a01bd9462709ba0747f186b327 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 7 Jun 2024 16:42:07 -0700 Subject: [PATCH] chore: update opengb-registry -> opengb-modules --- .github/workflows/test-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 4c25ef6f..eff4cd4a 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -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 @@ -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