sdlc-project/.gitea/workflows/test-backend.yaml
hasslesstech c75f55c050
All checks were successful
test-backend / test-x86_64 (push) Successful in 7s
improve testing performance
2025-05-25 21:06:27 +03:00

20 lines
447 B
YAML

name: test-backend
on:
push:
jobs:
test-x86_64:
runs-on: hardware-x86_64
steps:
- name: Pull repository
shell: sh
run: |
git init
git remote add gitea http://10.1.1.1:3000/hasslesstech/sdlc-project
git fetch gitea
git checkout gitea/master
- name: Deploy testing environment
shell: sh
run: docker-compose -f backend/docker-compose-x86_64.yaml up -d