Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Apr 16, 2024
1 parent e95b7c1 commit 8f6f112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/end-to-end-tests.github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ before(){
docker compose -f compose-files/docker-compose.yml up server server-management client nuxtclient &
cd ..

echo "### LS ###"
docker container ls -a

echo "INSTALL DEPENDNECIES..."
cd end-to-end-tests && npm ci && cd ..

Expand Down

0 comments on commit 8f6f112

Please sign in to comment.