ci testing

This commit is contained in:
Trent Jones
2020-02-29 13:35:50 -06:00
parent f52e3ae7a4
commit 56f4c0e28d
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ jobs:
# - run: npm run pack # - run: 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
name: Smoke Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+1 -1
View File
@@ -13925,7 +13925,7 @@ class Input {
return !!(this.owner && return !!(this.owner &&
this.repo && this.repo &&
this.packageName && this.packageName &&
this.numOldVersionsToDelete > 0 && this.numOldVersionsToDelete &&
this.token); this.token);
} }
} }
+1 -1
View File
@@ -40,7 +40,7 @@ export class Input {
this.owner && this.owner &&
this.repo && this.repo &&
this.packageName && this.packageName &&
this.numOldVersionsToDelete > 0 && this.numOldVersionsToDelete &&
this.token this.token
) )
} }