ci(package): test depends on build

This commit is contained in:
Thomas Hobson 2021-03-14 13:52:20 +13:00
parent db605e70fb
commit 7b57bef167
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
test-pkg:
name: Test package
runs-on: ubuntu-latest
needs: build-pkg
steps:
- uses: actions/checkout@v2