From 94d2c051d7688d1768a4df170dde509cbafd916e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 19:30:16 +0100 Subject: [PATCH] :wrench: test dir --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 43e7fa9c..8cbd9a95 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Create testing directory - run: mkdir GWION_TEST_DIR=${{ runner.temp }}/test + run: mkdir ${{ runner.temp }}/test - uses: fennecdjay/gwion-action@v1 env: -- 2.43.0