run dev builds in ci

This commit is contained in:
Aiden McClelland
2022-11-28 14:43:51 -07:00
committed by Aiden McClelland
parent d8d13f8bf6
commit 63859b81ad
6 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
env:
RUST_VERSION: "1.62.1"
ENVIRONMENT: "dev"
jobs:
build_libs:

View File

@@ -6,6 +6,7 @@ on:
env:
NODEJS_VERSION: '16'
ENVIRONMENT: "dev"
jobs:
dpkg:

View File

@@ -6,6 +6,7 @@ on:
env:
NODEJS_VERSION: '16'
ENVIRONMENT: "dev"
jobs:
frontend:

View File

@@ -11,6 +11,9 @@ on:
- master
- next
env:
ENVIRONMENT: "dev"
jobs:
compat:
uses: ./.github/workflows/reusable-workflow.yaml

View File

@@ -12,6 +12,9 @@ on:
- master
- next
env:
ENVIRONMENT: "dev"
jobs:
dpkg:
uses: ./.github/workflows/debian.yaml

View File

@@ -13,6 +13,9 @@ on:
required: true
type: string
env:
ENVIRONMENT: "dev"
jobs:
generic_build_job:
runs-on: ubuntu-latest