Skip to content

Commit

Permalink
fix(ci): disable ranger temporary, FIXME: should revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Jan 19, 2025
1 parent 8301f76 commit 423a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo chmod +x /usr/local/bin/yq
cd ${{ github.workspace }}
ls
nohup ./playground.sh start -y --enable-ranger > /tmp/playground-log/playground.log 2>&1 &
nohup ./playground.sh start -y > /tmp/playground-log/playground.log 2>&1 &
docker compose logs -f >> /tmp/playground-log/docker-compose.log &
# wait for gravitino trino ready to use
i=0
Expand Down

0 comments on commit 423a2cd

Please sign in to comment.