mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Enabling API tests in CI
This commit is contained in:
committed by
James Jeffrey
parent
4ddf7c1454
commit
31e14843fe
3
Makefile
3
Makefile
@@ -49,6 +49,9 @@ docker-test-run-with-mysql:
|
||||
docker-test-run-with-postgres:
|
||||
./api_test.sh postgres
|
||||
|
||||
ci-docker-test-run-with-sqlite3:
|
||||
docker run --rm -i -v ${CURDIR}:/go/src/gitlab-odx.oracle.com/odx/functions -w /go/src/gitlab-odx.oracle.com/odx/functions -e "datastore=sqlite3" funcy/fn-api-tester
|
||||
|
||||
docker-test:
|
||||
docker run -ti --privileged --rm -e LOG_LEVEL=debug \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
|
||||
Reference in New Issue
Block a user