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 Tobias Berger
parent 6d8a4b9b24
commit 953fc53d3a
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

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