tree: 9578fd89ad4bfef48545ae681e9903c80361e0f5 [path history] [tgz]
  1. action.yml
  2. Dockerfile
  3. entrypoint.sh
  4. README.md
.github/actions/todb-tests/README.md

todb-tests Docker action

This action runs Traffic Ops and Traffic Vault PostgreSQL database tests.

Outputs

exit-code

0 if the tests passed, 1 otherwise.

Example usage

jobs:
  tests:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@master
      - name: ./.github/actions/todb-tests