Skip to content

Commit

Permalink
Fix github workflow 2
Browse files Browse the repository at this point in the history
Change-Id: I34d076b0955ca54f1acbf7c2c6dc9defe3015c81
  • Loading branch information
Akron committed Sep 3, 2024
1 parent cc6a1bf commit a52fec0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
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
Expand Down

0 comments on commit a52fec0

Please sign in to comment.