Skip to content

also allow running the kubespray-based renew-certs playbook for k8s 1… #1521

also allow running the kubespray-based renew-certs playbook for k8s 1…

also allow running the kubespray-based renew-certs playbook for k8s 1… #1521

Workflow file for this run

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
build:
name: build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: wire-server
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: Build the environment
run: nix-build -A env
- name: Install the environment
run: nix-env -f . -A env -i
- name: Check terraform init
run: |
cd terraform/environment
terraform init --backend=false