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