Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Sep 29, 2023
1 parent f5d18d9 commit b594265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Add HTTP basic auth credentials
run: |
echo "auth.json path: $GITHUB_WORKSPACE/auth.json"
echo '${{ secrets.auth_json_for_boierpalte_github_ci }}' > $GITHUB_WORKSPACE/auth.json
- name: Prepare dind testing and run tests
run: |
echo "Get image to run the tests."
Expand Down

0 comments on commit b594265

Please sign in to comment.