Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Dec 28, 2023
1 parent c948bb7 commit 5569088
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 351 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,22 @@ jobs:
sudo chmod +x /tmp/chromedriver/chromedriver
/tmp/chromedriver/chromedriver &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
# Avoid "failed to connect to the bus" errors on CI https://github.com/electron/electron/issues/31981
# sudo service dbus start
export XDG_RUNTIME_DIR=/run/user/$(id -u)
sudo mkdir -p $XDG_RUNTIME_DIR
sudo chmod 700 $XDG_RUNTIME_DIR
sudo chown $(id -un):$(id -gn) $XDG_RUNTIME_DIR
export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
dbus-daemon --session --address=$DBUS_SESSION_BUS_ADDRESS --nofork --nopidfile --syslog-only &
- name: ' Install Dependencies'
shell: bash
run: |
npm install
- name: ' Lint'
shell: bash
run: |
npm run lint
# - name: ' Lint'
# shell: bash
# run: |
# npm run lint
- name: ' Tests'
shell: bash
env:
Expand Down
Loading

0 comments on commit 5569088

Please sign in to comment.