Skip to content

Commit 8e11aa3

Browse files
booopatrickelectric
authored andcommitted
Github actions: Fix deprecation warning for node12
"Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1" Replaces the obsolete action as suggested by @alisonatwork in GabrielBB/xvfb-action#30 (comment)
1 parent 3baf555 commit 8e11aa3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/linux_debug.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,5 @@ jobs:
8989
export QT_FATAL_WARNINGS=1
9090
9191
- name: Run unit tests
92-
uses: GabrielBB/xvfb-action@v1
93-
with:
94-
working-directory: ${{ runner.temp }}/shadow_build_dir
95-
run: ./staging/qgroundcontrol-start.sh --unittest
92+
working-directory: ${{ runner.temp }}/shadow_build_dir
93+
run: xvfb-run -a ./staging/qgroundcontrol-start.sh --unittest

0 commit comments

Comments
 (0)