From 2e8bc67440daba23eb4cc87af42808637f84decd Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sun, 25 Aug 2024 16:46:41 +0200 Subject: [PATCH] fix --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3a3f167163..bf9f05125a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -63,6 +63,7 @@ jobs: curl --fail -X POST -n -N -F zip=@${i}.zip http://localhost/domjudge/api/contests/demo/problems done - name: Preparing curl cookiejar + shell: bash run: | export CURLOPTS="--fail -sq -m 30 -b /tmp/cookiejar" # Make an initial request which will get us a session id, and grab the csrf token from it