ci testing
This commit is contained in:
@@ -13,9 +13,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: npm install
|
||||||
npm install
|
- run: npm run pack
|
||||||
npm run pack
|
|
||||||
|
|
||||||
smoke-test: # make sure the action works on a clean machine without building
|
smoke-test: # make sure the action works on a clean machine without building
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Vendored
+1
@@ -15768,6 +15768,7 @@ function getVersionIds(input) {
|
|||||||
}
|
}
|
||||||
exports.getVersionIds = getVersionIds;
|
exports.getVersionIds = getVersionIds;
|
||||||
function deleteVersions(input) {
|
function deleteVersions(input) {
|
||||||
|
console.log(`input: ${input}`);
|
||||||
if (!input.token) {
|
if (!input.token) {
|
||||||
return rxjs_1.throwError('No token found');
|
return rxjs_1.throwError('No token found');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ export function getVersionIds(input: Input): Observable<string[]> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function deleteVersions(input: Input): Observable<boolean> {
|
export function deleteVersions(input: Input): Observable<boolean> {
|
||||||
|
console.log(`input: ${input}`)
|
||||||
if (!input.token) {
|
if (!input.token) {
|
||||||
return throwError('No token found')
|
return throwError('No token found')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user