workflows: clone to package directory

This commit is contained in:
Dawid Dziurla 2020-03-26 17:12:15 +01:00
parent 85503a8961
commit eab79fb44a
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Clone repo - name: Clone repo
run: | run: |
git clone ${{matrix.repo}} -b ${{matrix.ref}} git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
- name: Test run - name: Test run
uses: ./ uses: ./
with: with: