Skip to content

Commit

Permalink
feat(tools): upd CI (71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 25, 2024
1 parent 5430fee commit 9ba0161
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
Xvfb :99 -screen 0 1024x768x24 &
export DISPLAY=:99
- name: Create user for Firefox
run: |
sudo useradd -m testuser
sudo chown -R testuser:testuser /github/home
sudo -u testuser sudo apt-get install -y firefox
sudo -u testuser firefox --version
- name: Print versions
run: |
echo "Node version: $(node -v)"
Expand Down

0 comments on commit 9ba0161

Please sign in to comment.