We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adab58 commit 3fdd141Copy full SHA for 3fdd141
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v4
27
- name: Install Racket
28
- run: sudo apt-get install -y racket
+ run: sudo apt-get install -y racket xvfb
29
- name: Run unit tests
30
run: |
31
- racket $GITHUB_WORKSPACE/tests/unit-tests.rkt
+ xvfb-run racket $GITHUB_WORKSPACE/tests/unit-tests.rkt
0 commit comments