Checkout repo in end2end workflow

This commit is contained in:
Jeremy Tuloup 2021-01-29 00:41:55 +01:00
parent f889cb4621
commit 03f9eba97d

View File

@ -161,6 +161,8 @@ jobs:
matrix:
browser: [firefox, chromium]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with: