From cd1291cce1df3872136338db95867918d36a5711 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Wed, 11 Sep 2019 12:11:05 -0700 Subject: [PATCH] feat: use local action in tests --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36bbdc0..cce17f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,9 @@ name: "Run JavaScript Action" on: + pull_request: push: - branches: + branches: + - master - 'releases/*' # only run in release distribution branches jobs: @@ -12,6 +14,6 @@ jobs: - run: npm ci - run: npm test - - uses: actions/javascript-action@releases/v1 - with: + - uses: ./ + with: milliseconds: 1000