Skip to content

CI: pytest --last-fail and -x support (#559) #255

CI: pytest --last-fail and -x support (#559)

CI: pytest --last-fail and -x support (#559) #255

name: Test build containers
on:
push:
branches:
- main
paths:
- Dockerfile
- setup.sh
- docker/**
- .github/workflows/**
pull_request:
branches:
- main
paths:
- Dockerfile
- setup.sh
- docker/**
- .github/workflows/**
jobs:
setup_job:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run setup.sh
run: |
./setup.sh