Skip to content

Commit

Permalink
ci: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
matzehecht committed May 13, 2021
1 parent 61704f1 commit ac84bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
test-release:
runs-on: ubuntu-latest
name: Test publish
needs: [test, generateDocs]
needs: [generateDocs]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ac84bae

Please sign in to comment.