Skip to content

Commit 8f7c88e

Browse files
committed
ci: see if cd works
1 parent a60daa5 commit 8f7c88e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- name: Inflate
5151
shell: bash
5252
run: |
53-
ls -l
54-
55-
inflate install . # inflate gobo. Technically this isn't needed because of the install command below
53+
# ls -l
54+
#
55+
# inflate install . # inflate gobo. Technically this isn't needed because of the install command below
5656
cd demo
5757
inflate install -r inflator.toml # inflate demo dependencies, e.g. assert
5858
inflate

0 commit comments

Comments
 (0)