Обновить .github/workflows/all_test3.yaml #14

Closed
alex wants to merge 1 commits from final1 into test6
Showing only changes of commit 1d4fbabb56 - Show all commits

View File

@@ -116,9 +116,6 @@ jobs:
-e GITEASSH="$(echo "${{ secrets.GITEASSH }}" | tr -d '\n')" \ -e GITEASSH="$(echo "${{ secrets.GITEASSH }}" | tr -d '\n')" \
cr.yandex/crp8vh46gd976oq8ipla/${{ github.event.repository.name }}:${{ env.effective_tag }} \ cr.yandex/crp8vh46gd976oq8ipla/${{ github.event.repository.name }}:${{ env.effective_tag }} \
bash -c ' bash -c '
echo "📁 Listing contents of /server:"
ls -lah /server || echo "❌ /server not found"
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "$GITEASSH" | base64 -d > ~/.ssh/id_rsa echo "$GITEASSH" | base64 -d > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
@@ -126,16 +123,10 @@ jobs:
eval "$(ssh-agent -s)" eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa ssh-add ~/.ssh/id_rsa
echo "📁 Listing contents of /server SECOND:"
ls -lah /server || echo "❌ /server not found"
echo "🔧 Copying test config" echo "🔧 Copying test config"
cp config-tests-example.yaml config.yaml cp config-tests-example.yaml config.yaml
cp config-tests-example.yaml config-tests.yaml cp config-tests-example.yaml config-tests.yaml
echo "🔧 Listing contents of test config"
ls -lah || echo "❌ /server not found"
echo "🚀 Creating virtual environment..." echo "🚀 Creating virtual environment..."
python3 -m venv .venv && \ python3 -m venv .venv && \
source .venv/bin/activate && \ source .venv/bin/activate && \