Skip to content

Commit c43f60d

Browse files
committed
fix dir
Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
1 parent 561cf08 commit c43f60d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ jobs:
8181
runs-on: ubuntu-latest
8282

8383
steps:
84-
- name: start Perses (shared host network)
85-
run: docker compose -f .github/workflows/docker-compose.e2e.yml up -d
86-
- name: print pwd
87-
run: echo "pwd > $(pwd)"
88-
8984
- name: checkout
9085
uses: actions/checkout@v6
86+
87+
- name: start Perses (host network)
88+
run: docker compose -f .github/workflows/docker-compose.e2e.yml up -d
89+
9190
- uses: perses/github-actions@v0.11.0
9291
- uses: ./.github/perses-ci/actions/setup_environment
9392
with:

0 commit comments

Comments
 (0)