diff --git a/.github/workflows/pull-request-action.yaml b/.github/workflows/pull-request-action.yaml new file mode 100644 index 0000000..87ca2a7 --- /dev/null +++ b/.github/workflows/pull-request-action.yaml @@ -0,0 +1,18 @@ +name: Example Pull Request Action + +on: pull_request + +jobs: + create_run: + runs-on: ubuntu-latest + name: Test Grai + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Create Run + uses: grai-io/grai-actions-server@master + with: + api-key: ${{ secrets.GRAI_API_KEY }} + action: tests + connection_id: ${{ secrets.GRAI_DATABASE_DEV_CONNECTION_ID }}