Skip to content

Commit

Permalink
fix(ci): Set RUNNING_IN_CONTAINER in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzig committed Apr 3, 2024
1 parent fefab41 commit 555203d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Run Tests
working-directory: test
env:
RUNNING_IN_CONTAINER: yessir
run: |
cucumber --publish-quiet --tags "not @pending"
Expand All @@ -70,7 +72,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-22.04'
- 'ubuntu-latest'
- 'macos-latest'
steps:
- name: Install fish
Expand Down

0 comments on commit 555203d

Please sign in to comment.