Skip to content

Commit

Permalink
test: fix for spurious react ui failures
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Feb 3, 2025
1 parent bddb970 commit 1fcef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdl-live-react-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
#- name: Install Linux dependencies
# run: sudo apt install -y libgtk-3-dev libwebkit2gtk-4.1-dev # for tauri builds in linux
- name: Install Linux dependencies
run: sudo apt update && sudo apt install -y libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev # for tauri builds in linux
- name: Install NodeJs dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit 1fcef76

Please # to comment.