Skip to content

Commit

Permalink
Update coverage-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 59c0220 commit 74c4b35
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/coverage-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Build Docker image for tests
working-directory: backend
run: |
Expand Down

0 comments on commit 74c4b35

Please sign in to comment.