diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e68f887f..889b06f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,8 @@ jobs: run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - name: Install Dependencies run: yarn install --no-lockfile + - name: Diff lockfile for debugging, in case things go wrong + run: git diff - name: Prepare CI Environment run: yarn ci:prepare - name: Ember App Tests