diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1aa5c4..c7b0886 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Clone repo run: | - git clone ${{matrix.repo}} -b ${{matrix.ref}} + git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} - name: Test run uses: ./ with: