add commands support

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-20 21:05:42 -05:00
parent 033168228b
commit f7252cbcf9
12 changed files with 303 additions and 33 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
args: echo ${GITHUB_REF} | grep nektos/act
- uses: ./actions/docker-url
with:
args: npm install angular-cli
args: npm install -g qs
test2:
runs-on: ubuntu-latest
needs: [build]