Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
test: fix linux test with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalper committed Nov 27, 2023
1 parent 32f4d49 commit fe04914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- run: flutter config --enable-linux-desktop

- name: Running flutter tests
run: flutter test integration_test
run: xvfb-run flutter test integration_test

- name: Start linux build
run: flutter build linux
Expand Down

0 comments on commit fe04914

Please sign in to comment.