fix: remove redundant checkout step from CI/CD pipeline
Some checks failed
CI/CD Pipeline / test (push) Failing after 32s
Some checks failed
CI/CD Pipeline / test (push) Failing after 32s
This commit is contained in:
@@ -32,9 +32,6 @@ jobs:
|
|||||||
# run: |
|
# run: |
|
||||||
# python -m flake8 web/ tests/ --max-line-length=120
|
# python -m flake8 web/ tests/ --max-line-length=120
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t jobs-app .
|
docker build -t jobs-app .
|
||||||
|
|||||||
Reference in New Issue
Block a user