This commit is contained in:
Ruben Fiszel
2024-12-17 16:37:43 +01:00
parent 2faa929d37
commit 3d1af4cdb9
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -19,7 +19,7 @@ defaults:
jobs:
cargo_test:
runs-on: ubicloud-standard-30
runs-on: ubicloud-standard-16
services:
postgres:
image: postgres
@@ -58,9 +58,9 @@ jobs:
run:
deno --version && bun -v && go version && python3 --version &&
SQLX_OFFLINE=true
DATABASE_URL=postgres://postgres:changeme@localhost:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info PYTHON_PATH=$(which python)
DENO_PATH=$(which deno) BUN_PATH=$(which bun) GO_PATH=$(which go)
cargo test --features
DATABASE_URL=postgres://postgres:changeme@postgres:$❴❴
job.services.postgres.ports[5432] ❵❵/windmill DISABLE_EMBEDDING=true
RUST_LOG=info PYTHON_PATH=$(which python) DENO_PATH=$(which deno)
BUN_PATH=$(which bun) GO_PATH=$(which go) cargo test --features
enterprise,deno_core,license,http_trigger,zip,oauth2,python,rust --all
-- --nocapture
+2 -2
View File
@@ -36,7 +36,7 @@ permissions: write-all
jobs:
build:
runs-on: ubicloud-standard-30
runs-on: ubicloud-standard-16
if: (github.event_name != 'workflow_dispatch') || (inputs.ee == false)
steps:
- uses: actions/checkout@v4
@@ -99,7 +99,7 @@ jobs:
cache-to: type=gha
build_arm:
runs-on: ubicloud-standard-30-arm
runs-on: ubicloud-standard-16-arm
if: (github.event_name != 'workflow_dispatch') || (inputs.ee == false)
steps:
- uses: actions/checkout@v4