Skip to content

Commit 7aaa1b6

Browse files
authored
temp yaml edit+
Signed-off-by: tbabalov <[email protected]>
1 parent b3005ef commit 7aaa1b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-main.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ jobs:
9292
env:
9393
PODMANDESKTOP_CI_BOT_TOKEN: ${{ secrets.PODMANDESKTOP_CI_BOT_TOKEN }}
9494
run: |
95-
docker-compose version
95+
docker-compose version || true
96+
whereis docker-compose || true
97+
which docker-compose || true
98+
echo $PATH
9699
yarn test:e2e
97100
98101
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)