1
Fork 0

Fix test not initializing submodules

This commit is contained in:
Tobias Berger 2022-01-10 08:03:46 +00:00 committed by GitHub
parent 5c0dcd460e
commit 87fa3245e7

View file

@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install package
run: yarn install
- name: Run `test` script