Skip to content

Commit

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

0 comments on commit d78198c

Please sign in to comment.