Skip to content

Commit 555203d

Browse files
committed
fix(ci): Set RUNNING_IN_CONTAINER in workflow
1 parent fefab41 commit 555203d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
6262
- name: Run Tests
6363
working-directory: test
64+
env:
65+
RUNNING_IN_CONTAINER: yessir
6466
run: |
6567
cucumber --publish-quiet --tags "not @pending"
6668
@@ -70,7 +72,7 @@ jobs:
7072
strategy:
7173
matrix:
7274
os:
73-
- 'ubuntu-22.04'
75+
- 'ubuntu-latest'
7476
- 'macos-latest'
7577
steps:
7678
- name: Install fish

0 commit comments

Comments
 (0)