Files
atlantis/.github/workflows/test.yml
renovate[bot] 2c213581f7 chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.22 (#2844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-22 11:30:42 -06:00

34 lines
644 B
YAML

name: tester
on:
push:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
if: github.event.pull_request.draft == false
name: runner / gotest
runs-on: ubuntu-22.04
container: ghcr.io/runatlantis/testing-env:2022.12.22
steps:
- uses: actions/checkout@v3.2.0
- run: make test-all