Fixed test flow
This commit is contained in:
@@ -2,7 +2,7 @@ name: CI/CD Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['main'] # Runs tests on every push to main
|
||||
branches: ["main"] # Runs tests on every push to main
|
||||
release:
|
||||
types: [published] # Runs builds only when a release is published
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
test-backend:
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
container: python:3.14-alpine
|
||||
container: python:3.14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run Tests
|
||||
|
||||
Reference in New Issue
Block a user