Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String literals escaping #3

Open
aminya opened this issue Apr 19, 2020 · 3 comments
Open

String literals escaping #3

aminya opened this issue Apr 19, 2020 · 3 comments

Comments

@aminya
Copy link

aminya commented Apr 19, 2020

Is xvfb using another shell instead of bash?

I cannot escape my string literals while I have set bash as my default shell

defaults:
  run:
    shell: bash
      - name: Run Graphical test
        uses: GabrielBB/[email protected]
        with:
          run: julia --project -e 'include("deps/SnoopCompile/snoopi_bot.jl"); include("deps/SnoopCompile/snoopi_bench.jl");'
@SimonDanisch
Copy link

any solution for this? I'm using now a separate script to run this command, but that's a bit ugly ;)

@aminya
Copy link
Author

aminya commented Mar 23, 2021

@SimonDanisch don't use this action which is broken.

Directly use xvfb-run from this script that I wrote for Plots.jl

https://github.com/JuliaPlots/Plots.jl/blob/9fc1d574cdd575946b4989a94f793f2be1e674ec/.github/workflows/ci.yml#L61-L66

@SimonDanisch
Copy link

Yeah I do ;)
I just run into a problem recently when github upgraded the linux distro. Also, multiple os are a pain to handle like that - which sounds like the perfect job for a gh-action maintained by multiple people!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants