Skip to content

Commit

Permalink
ci: subql-node-cosmos test
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 10, 2024
1 parent 8bfab85 commit 3dabb54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# TODO: https://github.com/Agoric/agoric-subql/issues/8
- name: Enable btree btree_gist
run: psql "postgresql://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/$DB_DATABASE" -c "CREATE EXTENSION IF NOT EXISTS btree_gist;"
# - name: Install subql-node-cosmos
# run: yarn global add @subql/node-cosmos
# - name: Run tests with Subquery Node
# run: subql-node-cosmos test -f ${{ github.workspace }}
- name: Install subql-node-cosmos
run: yarn global add @subql/node-cosmos
- name: Run tests with Subquery Node
run: subql-node-cosmos test -f ${{ github.workspace }}

0 comments on commit 3dabb54

Please sign in to comment.