Fix github workflow 2
Change-Id: I34d076b0955ca54f1acbf7c2c6dc9defe3015c81
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index 4c8cb32..a7cc4c4 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -29,10 +29,6 @@
run: INDEX=./index docker compose -p korap --profile=lite stop
- name: Test that super_client_info does not exist
run: test ! -f super_client_info
- - name: Create kalamar.production.conf
- run: |
- mkdir -p data
- echo "{Kalamar=>{plugins=>['Auth']},'Kalamar-Auth'=>{client_file=>'/kalamar/super_client_info'}}" > data/kalamar.production.conf
- name: Start KorAP - full
run: INDEX=./index docker compose -p korap --profile=full up -d
- name: Wait until KorAP is up and running