]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add 'integration' GitHub Action
authorZack Cerza <zack@redhat.com>
Mon, 21 Mar 2022 16:20:57 +0000 (10:20 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:31:40 +0000 (15:31 -0600)
This will use our recent docker-compose work.

Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/integration.yml [new file with mode: 0644]

diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
new file mode 100644 (file)
index 0000000..162d510
--- /dev/null
@@ -0,0 +1,12 @@
+name: integration
+on:
+  pull_request:
+  workflow_dispatch:
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: Test using docker-compose
+        run: ./start.sh
+        working-directory: ./docs/docker-compose