From f9187386f42a12c18f4c934bc7048867e65da3fc Mon Sep 17 00:00:00 2001 From: fbuedding <100070891+fbuedding@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:04:46 +0100 Subject: [PATCH] Create tests.yml --- .github/workflows/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..7548567 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,16 @@ +name: "Tests" +on: + pull_request: + push: + branches: + - master + - "releases/*" + +jobs: + tests: + name: "Integration testing" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: "Run tests" + run: docker compose run iot-agent-sdk-test