We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98021e9 commit 14a7aa4Copy full SHA for 14a7aa4
1 file changed
.github/workflows/tests.yml
@@ -14,11 +14,10 @@ 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
+ - uses: GabrielBB/xvfb-action@v1.7
+ run: poetry run poe test
+ working-directory: basic_games
0 commit comments