We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98021e9 commit cf88697Copy full SHA for cf88697
1 file changed
.github/workflows/tests.yml
@@ -14,11 +14,12 @@ jobs:
14
with:
15
python-version: 3.12
16
- uses: abatilo/actions-poetry@v2
17
- - name: Install
+ - name: Install dependencies
18
run: |
19
cd basic_games
20
poetry --no-root install
21
- - name: Test
22
- run: |
23
- cd basic_games
24
- poetry run poe test
+ - name: Run tests
+ uses: GabrielBB/xvfb-action@v1
+ with:
+ run: poetry run poe test
25
+ working-directory: basic_games
0 commit comments