mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-11 23:35:25 -05:00
Update platform-frontend-ci.yml
This commit is contained in:
13
.github/workflows/platform-frontend-ci.yml
vendored
13
.github/workflows/platform-frontend-ci.yml
vendored
@@ -96,12 +96,6 @@ jobs:
|
||||
run: |
|
||||
docker compose -f ../docker-compose.yml up -d
|
||||
|
||||
- name: Watch Docker Logs
|
||||
run: |
|
||||
docker compose -f ../docker-compose.yml logs -f &
|
||||
LOGS_PID=$!
|
||||
echo "LOGS_PID=$LOGS_PID" >> $GITHUB_ENV
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
@@ -118,13 +112,6 @@ jobs:
|
||||
run: |
|
||||
yarn test --project=${{ matrix.browser }}
|
||||
|
||||
- name: Stop Docker Logs
|
||||
if: always()
|
||||
run: |
|
||||
if [ ! -z "$LOGS_PID" ]; then
|
||||
kill $LOGS_PID || true
|
||||
fi
|
||||
|
||||
- name: Print Final Docker Compose logs
|
||||
if: always()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user