Skip to content

Commit

Permalink
fix the issue in e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Sep 16, 2023
1 parent d732404 commit 4453cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install latest chrome
uses: browser-actions/setup-chrome@v1
- name: Install webauthn
run: |
sudo useradd -m -r webauthn
Expand Down Expand Up @@ -112,6 +114,7 @@ jobs:
run: |
sudo mkdir -p /var/www/html/chaise
cd chaise
chrome --version
make deps-test
make dist-wo-deps
sudo make deploy
Expand All @@ -126,9 +129,6 @@ jobs:
- name: Restart apache
run: |
sudo service apache2 restart
- name: Install latest chrome
uses: browser-actions/setup-chrome@v1
run: chrome --version
- name: Setup and connect to saucelabs
if: env.HEADLESS == 'false'
timeout-minutes: 2
Expand Down

0 comments on commit 4453cb4

Please sign in to comment.