Skip to content

Bump pypa/gh-action-pypi-publish in /.github/workflows #15

Bump pypa/gh-action-pypi-publish in /.github/workflows

Bump pypa/gh-action-pypi-publish in /.github/workflows #15

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
env:
DISPLAY: ':99.0'
steps:
- uses: actions/checkout@v2
- run: make docker/pull
- run: make docker/build
- run: |
sudo apt install xvfb libxkbcommon-x11-0
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: make docker/run/test