tree: 961b679d771ff98c59d8e35d7ee5f736955c4405 [path history] [tgz]
  1. action.yml
  2. entrypoint.sh
  3. README.md
.github/actions/tm-integration-tests/README.md

tm-integration-tests JavaScript action

This action runs the Traffic Monitor integration tests with a fake TO API and fake ATS.

Inputs

Outputs

exit-code

1 if the Go program(s) could be built successfully.

Example usage

jobs:
  TM_Integration_tests:
    if: github.event.pull_request.draft == false
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@master
        with:
          fetch-depth: 1
      - name: Run integration tests
        uses: ./.github/actions/tm-integration-tests
        env:
          GOPATH: /github/workspace