Skip to content

Commit

Permalink
update TESTCMD in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daschw committed Apr 1, 2021
1 parent 6cddc83 commit 9c530e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecipesPipeline/.github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
# TESTCMD
- name: Default TESTCMD
run: echo ::set-env name=TESTCMD::"julia"
run: echo "TESTCMD=julia" >> $GITHUB_ENV
- name: Ubuntu TESTCMD
if: startsWith(matrix.os,'ubuntu')
run: echo ::set-env name=TESTCMD::"xvfb-run --auto-servernum julia"
run: echo "TESTCMD=xvfb-run --auto-servernum julia" >> $GITHUB_ENV

# Julia Dependencies
- name: Install Julia dependencies
Expand Down

0 comments on commit 9c530e9

Please sign in to comment.