Skip to content

Commit

Permalink
ci: run make test using xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Feb 10, 2024
1 parent ba21c91 commit ae8c770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Prepare
run: |
test -d _neovim || {
Expand All @@ -32,4 +33,4 @@ jobs:
nvim --version
love --version
which love
sudo xvfb-run -a -e "/usr/bin/love" "tests/game"
sudo xvfb-run -a -e make test

0 comments on commit ae8c770

Please sign in to comment.