Skip to content

Commit af59b9d

Browse files
update structure
1 parent 8a4d209 commit af59b9d

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/unit-tests.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)