Add kalamar.production.conf

Change-Id: Ie239bb3b7f9934f1e99b3f6826a1b03e3e485669
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index f5565db..eb9fe46 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -17,6 +17,8 @@
         run: |
           mkdir index
           docker run -u root --rm -v ${PWD}:/data:z korap/kustvakt Krill-Indexer.jar -c /kustvakt/kustvakt-lite.conf -i /data/json -o /data/index/
+      - name: Create kalamar.production.conf
+        run: echo "{Kalamar=>{plugins=>['Auth']},'Kalamar-Auth'=>{client_file=>'/kalamar/super_client_info'}}" > kalamar.production.conf
       - name: Start KorAP - lite
         run: INDEX=./index docker-compose --profile=lite up -d
       - name: Wait until KorAP is up and running
@@ -28,7 +30,7 @@
       - name: Stop KorAP
         run: INDEX=./index docker-compose --profile=lite stop
       - name: Test that super_client_info does not exist
-        run: test !(-f super_client_info)
+        run: test ! -f super_client_info
       - name: Start KorAP - full
         run: INDEX=./index docker-compose --profile=full up -d
       - name: Wait until KorAP is up and running