Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Barsukou committed May 7, 2024
1 parent a203ca6 commit 50ac5cc
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@ jobs:
with:
version: '2.23.3'

- name: "Get coverage"
run: |
cp .env.default .env
echo -e "\nRABBITMQ__USE_SSL=False" >> .env
ls
pwd
make run_local
#- name: "Get coverage"
# run: |
# cp .env.default .env
# echo -e "\nRABBITMQ__USE_SSL=False" >> .env
# ls
# pwd
# make run_local
- run: mkdir test
- run: ls
- run: touch test.txt

- run: make dtest
#- run: make dtest

#- run: make creport SHA=${{ github.sha }}

- run: ls

- run: pip install smokeshow

#- run: pip install smokeshow

#- run: smokeshow upload htmlcov
# env:
Expand Down

0 comments on commit 50ac5cc

Please sign in to comment.