Skip to content

Commit 2e8bc67

Browse files
committed
fix
1 parent b017a5e commit 2e8bc67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
curl --fail -X POST -n -N -F zip=@${i}.zip http://localhost/domjudge/api/contests/demo/problems
6464
done
6565
- name: Preparing curl cookiejar
66+
shell: bash
6667
run: |
6768
export CURLOPTS="--fail -sq -m 30 -b /tmp/cookiejar"
6869
# Make an initial request which will get us a session id, and grab the csrf token from it

0 commit comments

Comments
 (0)