Skip to content

Commit

Permalink
test dind in runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvutpala authored Jun 13, 2024
1 parent 204b0f2 commit 0b2da2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-pytest-and-sonarcloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ concurrency:
jobs:
run-pytest:
if: ${{ !github.event.repository.fork }}
runs-on: self-hosted
runs-on: self-hosted-dind
container:
image: tiicrc/claasp-base:13062024
credentials:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 0b2da2c

Please sign in to comment.