File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 - name : Get RML mapper
3636 run : make init-rml-mapper
3737
38- # - name: Get Allure
39- # run: make install-allure
38+ # - name: Get Allure
39+ # run: make install-allure
4040
41- # - name: Start staging infra
42- # run: make start-project-services
41+ # - name: Start staging infra
42+ # run: make start-project-services
4343
4444 - name : Run tests
4545 run : make test-all
Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v2
20- with :
21- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
22- - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
24- with :
25- python-version : 3.8
26- - name : Install dependencies
27- run : |
28- python -m pip install --upgrade setuptools pip wheel
29- make install
30- make install-dev
31- - name : Make envfile
32- uses : SpicyPizza/create-envfile@v1
33- with :
34- envkey_VAULT_TOKEN : ${{ secrets.VAULT_TOKEN }}
35- envkey_VAULT_ADDR : ${{ secrets.VAULT_ADDR }}
36- - name : Run unit tests
37- run : make test
19+ - uses : actions/checkout@v2
20+ with :
21+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
22+ - name : Set up Python ${{ matrix.python-version }}
23+ uses : actions/setup-python@v2
24+ with :
25+ python-version : 3.8
26+ - name : Install dependencies
27+ run : |
28+ python -m pip install --upgrade setuptools pip wheel
29+ make install
30+ make install-dev
31+ - name : Make envfile
32+ uses : SpicyPizza/create-envfile@v1
33+ with :
34+ envkey_VAULT_TOKEN : ${{ secrets.VAULT_TOKEN }}
35+ envkey_VAULT_ADDR : ${{ secrets.VAULT_ADDR }}
36+ - name : Run unit tests
37+ run : make test
3838# - name: Upload coverage to Codecov
3939# uses: codecov/codecov-action@v1
4040# with:
You can’t perform that action at this time.
0 commit comments