Skip to content

Commit

Permalink
tests updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 28, 2024
1 parent 8678e10 commit cf3a7d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Use Node.js 16
uses: actions/setup-node@v4.0.2
- name: Setup Node.js environment
uses: actions/setup-node@v4.1.0
with:
node-version: 16.x
node-version: 18
- run: npm ci
- run: npm test

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
fi
- name: Setup StackQL
uses: stackql/[email protected].2
uses: stackql/[email protected].3
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
with:
use_wrapper: true
Expand Down
2 changes: 1 addition & 1 deletion stackql_scripts/google-instances-by-status.iql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT status, count(*) as num_instances
FROM google.compute.instances
WHERE project = 'stackql-demo'
WHERE project = 'stackql-integration-tests'
GROUP BY status;

0 comments on commit cf3a7d7

Please sign in to comment.