fix to use Ubuntu TESTCMD

This commit is contained in:
Ian 2021-01-24 14:24:11 -05:00
parent 6332aecc60
commit 535d95334c

View File

@ -14,10 +14,7 @@ jobs:
version: 1
## Setup
- name: Default TESTCMD
run: echo "TESTCMD=julia" >> $GITHUB_ENV
- name: Ubuntu TESTCMD
if: startsWith(matrix.os,'ubuntu')
run: echo "TESTCMD=xvfb-run --auto-servernum julia" >> $GITHUB_ENV
- name: Install Plots dependencies
uses: julia-actions/julia-buildpkg@latest