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
6
test/fn-api-tests/Dockerfile
Normal file
6
test/fn-api-tests/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM funcy/go-dind
|
||||
|
||||
ADD . /go/src/gitlab-odx.oracle.com/odx/functions
|
||||
WORKDIR /go/src/gitlab-odx.oracle.com/odx/functions
|
||||
|
||||
CMD ["/bin/sh", "-c", "set -o pipefail && ./api_test.sh sqlite3"]
|
||||
Reference in New Issue
Block a user