diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 00000000000..a8d5e23d5e8 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,17 @@ +name: "Build" +on: + push: + branches: + - integration_test + +jobs: + integration-tests: + name: Integration Tests + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 + ref: ${{ github.ref }} + - run: make provider-tests