Skip to content

Commit bff347d

Browse files
committed
[DNM] Test env
1 parent 89adc3e commit bff347d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- name: Swift version
2525
run: |
26+
echo $SHELL
27+
ls -lah /usr/bin/swift
2628
which swift && swift --version
29+
printenv | grep '^_'
2730
- name: Building and running tests in debug mode with coverage
2831
run: |
2932
swift test \

0 commit comments

Comments
 (0)