mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-24 21:07: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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue