aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-20 11:21:22 +0200
committerGitHub2021-04-20 11:21:22 +0200
commitd0252bad41d78877b0912dd070677b6fde2daacc (patch)
treecad6693a8b6c3e23757b95d1345ea987aab99aad /.github/workflows
parent4770f7d4aa81235d6053ede19e46a90004af61ca (diff)
downloadsec-certs-d0252bad41d78877b0912dd070677b6fde2daacc.tar.gz
sec-certs-d0252bad41d78877b0912dd070677b6fde2daacc.tar.zst
sec-certs-d0252bad41d78877b0912dd070677b6fde2daacc.zip
Update GA_CI.yml
Corrected syntax errors
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/GA_CI.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/GA_CI.yml b/.github/workflows/GA_CI.yml
index 1a3231e5..22c334c5 100644
--- a/.github/workflows/GA_CI.yml
+++ b/.github/workflows/GA_CI.yml
@@ -6,19 +6,19 @@ on:
- dev
jobs:
- name: Set env up
- runs-on: ubuntu-latest
- steps:
- - run: apt-get install poppler-utils
- - uses: actions/checkout@v2
- - name : Setup python
- uses: actions/setup-python@v2
- with:
- python-version: '3.x'
- - name: Install python dependencies
- run: pip install -r requirements.txt
- - name : Install pytest and run scripts like Travis does
- run: |
- pip install pytest
- pip install pytest-cov
- pytest test
+ run-test:
+ runs-on: ubuntu-latest
+ steps:
+ - run: apt-get install poppler-utils
+ - uses: actions/checkout@v2
+ - name : Setup python
+ uses: actions/setup-python@v2
+ with:
+ python-version: '3.x'
+ - name: Install python dependencies
+ run: pip install -r requirements.txt
+ - name : Install pytest and run scripts like Travis does
+ run: |
+ pip install pytest
+ pip install pytest-cov
+ pytest test