Skip to content

Fix #145 working on integration of nextjs (vercel) into the project #262

Fix #145 working on integration of nextjs (vercel) into the project

Fix #145 working on integration of nextjs (vercel) into the project #262

Workflow file for this run

name: test-build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Test
run: docker network create project-network && docker-compose build && docker-compose up --exit-code-from web-test