sdlc-project/.gitea/workflows/test-backend.yaml
hasslesstech 1828ac5f5e
Some checks failed
test-backend / test-x86_64 (push) Failing after 0s
improve testing performance
2025-05-25 20:31:16 +03:00

23 lines
559 B
YAML

name: test-backend
on:
push:
jobs:
test-x86_64:
runs-on: backend-testing-env
steps:
- name: Pull custom docker image
shell: sh
run: docker pull 10.5.1.5:5000/sdlc/x86_64
- 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