chore: Fix CTH script

This commit is contained in:
Joachim Van Herwegen 2022-05-18 08:50:03 +02:00
parent 7c6eae0ee6
commit e7ba2d49f8

View File

@ -39,7 +39,7 @@ jobs:
sleep 1 sleep 1
done done
- name: Create users - name: Create users
run: ts-node test/deploy/createAccountCredentials.ts http://localhost:3000/ >> test/deploy/conformance.env run: npx ts-node test/deploy/createAccountCredentials.ts http://localhost:3000/ >> test/deploy/conformance.env
- name: Run the test harness - name: Run the test harness
run: > run: >
docker run -i --rm docker run -i --rm