Skip to content

Commit 4766d06

Browse files
committed
Update build.yml
1 parent 76d655d commit 4766d06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
# touch /work/.bundle/config
2424
# chmod +w /work/.bundle/config
2525
# bundle config set --local path 'vendor/bundle'
26+
pwd
2627
ls
2728
cd
2829
ls
2930
mkdir temp
3031
mkdir .bundle
3132
bundle config path 'vendor/bundle'
32-
cd /
33+
cd /work
3334
bundle install
3435
3536
## Yarn Install

0 commit comments

Comments
 (0)