Skip to content

Commit

Permalink
set e2e test workflow bootup step
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed May 5, 2024
1 parent 90ab878 commit 336e7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.run.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: |
cd authentik/
./database.unpack.sh
docker compose up
docker compose up -d
cd ../frontend
docker compose up frontend
docker compose up -d frontend
sleep 10m
- name: E2E | Run all tests
Expand Down

0 comments on commit 336e7e2

Please sign in to comment.