fix: remove redundant checkout step from CI/CD pipeline
Some checks failed
CI/CD Pipeline / test (push) Failing after 32s

This commit is contained in:
2025-11-01 19:47:41 +01:00
parent 1678e1366e
commit d9a224fc36

View File

@@ -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 .