This commit is contained in:
parent
241356eeb3
commit
c02cf016e2
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: |
|
||||
ls ${{ pwd }}
|
||||
- run: |
|
||||
cd ${{ github.workspace }}
|
||||
- name: Update Gems
|
||||
run: bundle update
|
||||
|
|
Loading…
Reference in a new issue