Skip to content

Commit

Permalink
Add a debugging thing to Ci to see what the lockfile diff is
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 10, 2023
1 parent eb2e0f9 commit 7578010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7578010

Please sign in to comment.