Skip to content

Commit

Permalink
fixup! 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 3dabb54 commit 268c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- 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
run: npm install --global @subql/node-cosmos
- name: Run tests with Subquery Node
run: subql-node-cosmos test -f ${{ github.workspace }}

0 comments on commit 268c881

Please sign in to comment.