Skip to content

Commit

Permalink
chore(e2e): xxx add wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jun 20, 2024
1 parent acbfa2b commit 5f3b355
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests-xray_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
- name: Install Angular CLI
run: npm install -g @angular/cli

- name: Run yarn install
uses: Borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
dir: frontend

- name: Start Server
run: npm run start:auth:e2ea &
working-directory: frontend
Expand Down

0 comments on commit 5f3b355

Please sign in to comment.