Skip to content

Commit

Permalink
test: filesystem write to /
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Feb 12, 2024
1 parent 0417a2e commit a0184ac
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,16 @@ jobs:
python-version: '3.12'
cache: 'pip'

- run: pip install -r requirements.txt
# - run: pip install -r requirements.txt
#
# - name: Run tests
# run: pytest tests/relay/test_rln.py

- name: Run tests
run: pytest tests/relay/test_rln.py
- name: Create job summary
if: always()
run: |
touch /fgewrwe
ls -la /fgewrwe
# - name: Get allure history
# if: always()
Expand Down

0 comments on commit a0184ac

Please sign in to comment.