Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit caba5f3

Browse files
committed
Remove more debug output
1 parent 43af654 commit caba5f3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/smoke-codespace.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121

22-
- name: Maximize build space
23-
uses: easimon/maximize-build-space@master
24-
with:
25-
remove-dotnet: 'true'
26-
remove-android: 'true'
27-
remove-haskell: 'true'
28-
2922
- name: Checkout
3023
id: checkout
3124
uses: actions/checkout@v2

containers/codespaces-linux/test-project/test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ cd $(dirname "$0")
33

44
source test-utils.sh codespace
55

6-
echo '---'
7-
which python
8-
echo $PATH
9-
echo '---'
10-
116
# Run common tests
127
checkCommon
138

0 commit comments

Comments
 (0)