Skip to content

Commit

Permalink
Fix backend and gateway issues6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Bodreev committed Feb 10, 2025
1 parent a8fedae commit a84dbfe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kittygram_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI/CD Pipeline

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: pytest

0 comments on commit a84dbfe

Please sign in to comment.