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

Commit

Permalink
chore: update opengb-registry -> opengb-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jun 7, 2024
1 parent 858ce6d commit 71f6518
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 71f6518

Please sign in to comment.