Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

jreydman is starting sueta at the backend code ☺️ #29

jreydman is starting sueta at the backend code ☺️

jreydman is starting sueta at the backend code ☺️ #29

Workflow file for this run

name: Backend checker, will punish for bad code 🪓😵‍💫
run-name: ${{ github.actor }} is starting sueta at the backend code ☺️
on:
push:
branches: [develop, master]
paths:
- "server/**"
pull_request:
branches: [develop, master, refactor/backend]
paths:
- "server/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run e2e tests
working-directory: ./server
run: cp ./env-example .env && /bin/bash ./sh-scripts/compose.sh type=ci stage=virtual