Skip to content

build(deps): bump @lenra/app-server from 1.0.0-beta.3 to 1.0.0-beta.6 #80

build(deps): bump @lenra/app-server from 1.0.0-beta.3 to 1.0.0-beta.6

build(deps): bump @lenra/app-server from 1.0.0-beta.3 to 1.0.0-beta.6 #80

Workflow file for this run

name: Build Lenra app
on:
push:
jobs:
build:
name: Lenra build
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Compose
uses: ndeloof/[email protected]
- run: docker-compose --version
- name: Install Lenra CLI
run: wget -c https://github.com/lenra-io/lenra_cli/releases/latest/download/lenra-linux-x86_64.tar.gz -O - | tar -xz
- name: Build app
run: ./lenra build