Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jan 31, 2025
1 parent 9dad456 commit 91ed9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Running executable on ${{ runner.os }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
xvfb-run timeout 30 ./dist/linux-unpacked/rocketchat-desktop || code=$?
xvfb-run timeout 30 ./dist/linux-unpacked/rocketchat-desktop --no-sandbox || code=$?
if [[ $code -ne 124 && $code -ne 0 ]]; then
exit $code;
fi
Expand Down

0 comments on commit 91ed9f5

Please sign in to comment.