Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 23, 2024
1 parent 9b02b36 commit 1cc0787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
uses: py-actions/py-dependency-install@v4
with:
path: requirements/ci.txt
# - name: Authorize ssh agent
# uses: webfactory/ssh-agent@v0.9.0
# with:
# ssh-private-key: ${{ secrets.MLOPS_TEST_ACTION_SSH_KEY }}
- name: Authorize ssh agent
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.MLOPS_TEST_ACTION_SSH_KEY }}
- name: Run unittests
env:
E2E_USER_TOKEN: ${{ secrets.CLIENT_TEST_E2E_USER_NAME }}
Expand Down

0 comments on commit 1cc0787

Please sign in to comment.