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

nmashchenko is starting sueta at the backend code ☺️ #16

nmashchenko is starting sueta at the backend code ☺️

nmashchenko is starting sueta at the backend code ☺️ #16

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]
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 && make docker-compose-up type=ci