From b664e4f69d6061bf2a2cebd282c1b76a699cfdbe Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Mon, 18 Sep 2023 21:09:49 +0300
Subject: [PATCH] Enable sources analyze
---
.github/workflows/solution-sanity.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/solution-sanity.yml b/.github/workflows/solution-sanity.yml
index c0318269..9a423be5 100644
--- a/.github/workflows/solution-sanity.yml
+++ b/.github/workflows/solution-sanity.yml
@@ -25,11 +25,11 @@ jobs:
- uses: ./.github/actions/prepare
with:
tools: python java
-# - run: ansible-playbook sources.yml -l lib:app
-# working-directory: .dx
-# env:
-# GITHUB_ACTOR: ${{ github.actor }}
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - run: ansible-playbook sources.yml -l lib:app
+ working-directory: .dx
+ env:
+ GITHUB_ACTOR: ${{ github.actor }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: binaries
run: >
ansible-playbook binaries.yml