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 1717daf commit 46af2c5Copy full SHA for 46af2c5
.github/actions/setup/action.yml
@@ -21,6 +21,7 @@ runs:
21
${{ runner.os }}-maven-
22
- name: Setup xvfb
23
if: ${{ runner.os == 'Linux' }}
24
+ shell: bash
25
run: |
26
#see https://github.com/GabrielBB/xvfb-action
27
sudo apt-get install --yes xvfb
0 commit comments