From d488e10623b42e1662fc8654cede6a530e867e3e Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 12 Dec 2019 13:44:01 -0500 Subject: [PATCH] . --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f192476..93a3792 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: - run: npm run lint - run: npm run pack - run: npm run gendocs + - run: npm test - name: Verify no unstaged changes run: __test__/verify-no-unstaged-changes.sh @@ -89,10 +90,7 @@ jobs: # Clone this repo # todo: after v2-beta contains the latest changes, switch this to "uses: actions/checkout@v2-beta" - name: Checkout - run: | - curl --location --user token:${{ github.token }} --output checkout.tar.gz https://api.github.com/repos/actions/checkout/tarball/${{ github.sha }} - tar -xzf checkout.tar.gz - mv */* ./ + uses: actions/checkout@a572f640b07e96fc5837b3adfa0e5a2ddd8dae21 # Basic checkout - name: Basic checkout