File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - run : npm ci
24- - run : npm run build
2524 - run : npm test run
25+ - run : npm run build
Original file line number Diff line number Diff line change 1717 node-version : 18
1818 registry-url : " https://registry.npmjs.org"
1919 - run : npm ci
20- - run : npm run build
2120 - run : npm test run
21+ - run : npm run build
2222 - run : npm publish
2323 env :
2424 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 77 StartQueryExecutionCommand ,
88} from "@aws-sdk/client-athena" ;
99import { mockClient } from "aws-sdk-client-mock" ;
10- import AthenaQuery from ".." ;
10+ import AthenaQuery from "../index " ;
1111
1212const athenaMock = mockClient ( AthenaClient ) ;
1313
You can’t perform that action at this time.
0 commit comments