mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
fix(ci): Set RUNNING_IN_CONTAINER in workflow
This commit is contained in:
parent
fefab41aac
commit
555203d56e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -61,6 +61,8 @@ jobs:
|
|||
|
||||
- name: Run Tests
|
||||
working-directory: test
|
||||
env:
|
||||
RUNNING_IN_CONTAINER: yessir
|
||||
run: |
|
||||
cucumber --publish-quiet --tags "not @pending"
|
||||
|
||||
|
@ -70,7 +72,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- 'ubuntu-22.04'
|
||||
- 'ubuntu-latest'
|
||||
- 'macos-latest'
|
||||
steps:
|
||||
- name: Install fish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue