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