Skip to content

Bump version to 2.3.22 and update pyproject.toml #52

Bump version to 2.3.22 and update pyproject.toml

Bump version to 2.3.22 and update pyproject.toml #52

Workflow file for this run

name: pytest-iris
on:
push:
paths-ignore:
- 'README.md'
- '.github/**'
jobs:
test:
strategy:
fail-fast: false
matrix:
image:
- intersystemsdc/iris-community:latest
- intersystemsdc/iris-community:preview
runs-on: ubuntu-latest
env:
IMAGE: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3
- run: docker pull $IMAGE
- name: Run Tests
run: |
docker build --build-arg BASE=$IMAGE -t pytest-iris -f dockerfile-ci .
docker run -i --rm pytest-iris