Skip to content

create button text change #646

create button text change

create button text change #646

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Start container and run docker-compose
run: |
mv ./backend/data/config.template.json ./backend/data/config.json
docker build ./ -t teamhub
docker-compose up -d teamhub
- name: Run Tests
run: docker exec teamhub_nodejs npm run test