Update test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-24 15:41:55 +01:00
committed by GitHub
parent f19c36647c
commit 8d09ed89df

View File

@@ -13,6 +13,12 @@ jobs:
name: Test and Sync SCALE Catalog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout
with:
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout-validate
with:
@@ -28,11 +34,6 @@ jobs:
pip install -r requirements.txt
pip install -U --no-cache-dir .
cd -
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout
with:
token: ${{ secrets.BOT_TOKEN }}
- name: catalog tests
shell: bash