Skip to content

Commit

Permalink
Temp: Debugging Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Sep 1, 2023
1 parent 45fbc02 commit e35e6e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,23 @@ jobs:
echo "The file does not exist at assets/web-dist/index.html"
exit 1
- name: Debugging node_modules/bloom-reader-lite-web
run: ls -laR node_modules/bloom-reader-lite-web

- name: Debugging [web] package
run: ls -laR ../web/

# I assume it probably should be?
- name: Check if symlink
run: |
packagePath="node_modules/bloom-reader-lite-web"
if [ -L "$packagePath" ]; then
echo "$packagePath is a symlink."
else
echo "$packagePath is not a symlink."
exit 1
fi
- name: 3) [${{ matrix.platform }}] Setup EAS
uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit e35e6e8

Please sign in to comment.