Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunozv04 committed Jan 9, 2024
1 parent 06927ba commit 2b36f41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

django-unit-tests:

runs-on: ubuntu-20.04 #Allows to run 3.6 tests (https://github.com/actions/setup-python/issues/544)
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:

django-search-indexes-tests:

runs-on: ubuntu-20.04 #Allows to run 3.6 tests (https://github.com/actions/setup-python/issues/544)

runs-on: ubuntu-20.04
strategy:
matrix:
engine:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

django-selenium-tests:

runs-on: ubuntu-20.04 #Allows to run 3.6 tests (https://github.com/actions/setup-python/issues/544)
runs-on: ubuntu-20.04

steps:
- name: Setup PostgreSQL
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- django-selenium-tests
- js-unit-tests

runs-on: ubuntu-20.04 #Allows to run 3.6 tests (https://github.com/actions/setup-python/issues/544)
runs-on: ubuntu-20.04

steps:
- name: Coveralls Finished
Expand Down

0 comments on commit 2b36f41

Please sign in to comment.