File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : Django application
2
2
on : [push]
3
3
jobs :
4
- docker_build :
5
- runs-on : ubuntu-latest
6
- steps :
7
- - uses : actions/checkout@v4
8
- - name : Build docker
9
- run : docker compose build
10
- - name : Run ruff
11
- run : docker compose run django ruff check styleguide_example/
12
- - name : Run mypy
13
- run : docker compose run django mypy --config mypy.ini styleguide_example/
14
- - name : Run tests
15
- run : docker compose run django py.test
4
+ # docker_build:
5
+ # runs-on: ubuntu-latest
6
+ # steps:
7
+ # - uses: actions/checkout@v4
8
+ # - name: Build docker
9
+ # run: docker compose build
10
+ # - name: Run ruff
11
+ # run: docker compose run django ruff check styleguide_example/
12
+ # - name: Run mypy
13
+ # run: docker compose run django mypy --config mypy.ini styleguide_example/
14
+ # - name: Run tests
15
+ # run: docker compose run django py.test
16
16
17
17
build :
18
18
runs-on : ubuntu-latest
29
29
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
30
30
steps :
31
31
- uses : actions/checkout@v4
32
+ - with :
33
+ fetch-depth : 0
32
34
- run : ls
33
35
- uses : ./.github/workflows/python_and_pip/action.yml"
34
36
with :
You can’t perform that action at this time.
0 commit comments