Skip to content

Commit c07858e

Browse files
committed
Update GHA to use VM and integration-tests.yml
Signed-off-by: Stefan Marr <[email protected]>
1 parent da895df commit c07858e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run Black Check
1919
run: |
2020
black ./IntegrationTests --check --diff
21-
21+
2222
- name: Run PyLint
2323
run: |
2424
pylint ./IntegrationTests/test_runner.py ./IntegrationTests/conftest.py
@@ -186,14 +186,15 @@ jobs:
186186
187187
echo "${{ matrix.som }} $SOM_TESTS"
188188
eval "${{ matrix.som }} $SOM_TESTS"
189-
189+
190190
- name: Run Integration Tests
191191
if: ${{ matrix.som != 'spec' }}
192192
run: |
193193
python -m pip install --upgrade pip
194194
pip install pytest
195-
export EXECUTABLE="som-vm/${{ matrix.som }}"
195+
export VM="som-vm/${{ matrix.som }}"
196196
export CLASSPATH=Smalltalk
197+
export TEST_EXCEPTIONS=som-vm/integration-tests.yml
197198
pytest IntegrationTests
198199
199200
# We currently test SomSom only on TruffleSOM

0 commit comments

Comments
 (0)