checkout curl with actions/checkout@v2

This commit is contained in:
Cédric Bonhomme 2020-01-06 16:52:45 +01:00
parent b4ead9123e
commit 29cbb7c982
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -29,8 +29,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Checkout curl for the tests - name: Checkout curl for the tests
uses: curl/curl@curl-7_67_0 uses: actions/checkout@v2
with: with:
repository: curl/curl
ref: curl-7_67_0
path: test_repos/curl path: test_repos/curl
- name: Test with pytest - name: Test with pytest