Skip to content

Commit

Permalink
add acceptance test bash script wrapper for fb source (#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Jul 5, 2021
1 parent d30044e commit b4e55ac
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp:/tmp \
-v $(pwd):/test_input \
airbyte/source-acceptance-test \
--acceptance-test-config /test_input

0 comments on commit b4e55ac

Please sign in to comment.