Skip to content

Fix GetNextIndex method to initialize pIndex to 0 and update index va… #120

Fix GetNextIndex method to initialize pIndex to 0 and update index va…

Fix GetNextIndex method to initialize pIndex to 0 and update index va… #120

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