Skip to content

Commit 0a21483

Browse files
committed
refactor xvfb action commands
1 parent 919f239 commit 0a21483

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: .github/workflows/main.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
conda install --file requirements/test.txt
4747
pip install .
4848
49-
- name: Use Xvfb Action
49+
- name: Use Xvfb Action and run tests
5050
uses: GabrielBB/xvfb-action@v1
51-
52-
- name: Validate diffpy.pdfgui
53-
shell: bash -l {0}
54-
run: |
55-
conda activate test
56-
coverage run -m pytest -vv -s
57-
coverage report -m
58-
codecov
51+
with:
52+
run: |
53+
conda activate test
54+
coverage run -m pytest -vv -s
55+
coverage report -m
56+
codecov

0 commit comments

Comments
 (0)