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 21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
- run : npm ci
24
- - run : npm run build
25
24
- run : npm test run
25
+ - run : npm run build
Original file line number Diff line number Diff line change 17
17
node-version : 18
18
18
registry-url : " https://registry.npmjs.org"
19
19
- run : npm ci
20
- - run : npm run build
21
20
- run : npm test run
21
+ - run : npm run build
22
22
- run : npm publish
23
23
env :
24
24
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 7
7
StartQueryExecutionCommand ,
8
8
} from "@aws-sdk/client-athena" ;
9
9
import { mockClient } from "aws-sdk-client-mock" ;
10
- import AthenaQuery from ".." ;
10
+ import AthenaQuery from "../index " ;
11
11
12
12
const athenaMock = mockClient ( AthenaClient ) ;
13
13
You can’t perform that action at this time.
0 commit comments