fix(ci): Set RUNNING_IN_CONTAINER in workflow

This commit is contained in:
Raphael Reitzig 2024-04-04 00:03:23 +02:00
parent fefab41aac
commit 555203d56e

View file

@ -61,6 +61,8 @@ jobs:
- name: Run Tests - name: Run Tests
working-directory: test working-directory: test
env:
RUNNING_IN_CONTAINER: yessir
run: | run: |
cucumber --publish-quiet --tags "not @pending" cucumber --publish-quiet --tags "not @pending"
@ -70,7 +72,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- 'ubuntu-22.04' - 'ubuntu-latest'
- 'macos-latest' - 'macos-latest'
steps: steps:
- name: Install fish - name: Install fish