From b172a81dbf34a48917dbeef2acd4d1fca6ac601e Mon Sep 17 00:00:00 2001 From: ccellado Date: Sun, 17 Mar 2024 04:48:22 +0400 Subject: [PATCH] Remove old docker library Fix integration specs Deprecate OpenApiSpec --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fe11593ae..78c1ea8e5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: test_it: name: Run it node tests env: - TMPDIR=${{ runner.temp }} + TMPDIR: ${{ runner.temp }} strategy: matrix: os: [ ubuntu-latest ]