Skip to content

Commit

Permalink
Add ignore paths, update used IRIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanklein committed Sep 22, 2023
1 parent 5a8b72d commit 73c5019
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@ name: Tests
on:
push:
branches: [ master ]
paths-ignore:
- '.github/workflows/**'
- 'ci/**'
- '**.md'
- 'LICENSE'

workflow_dispatch:


jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- run: docker run --detach --rm --name testiris containers.intersystems.com/intersystems/iris-community:2022.1.0.209.0 --check-caps false --up false
- run: docker run --detach --rm --name testiris containers.intersystems.com/intersystems/iris-community:2023.1.1.380.0 --check-caps false --up false

- run: docker cp ci/merge.cpf testiris:/home/irisowner/merge.cpf
- run: docker cp ci/test.script testiris:/home/irisowner/test.script
Expand Down

0 comments on commit 73c5019

Please sign in to comment.