Skip to content

Commit

Permalink
more macos docker debuggin
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 13, 2024
1 parent b8c1308 commit 9480880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-setup-macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "18"
os:
- macos-13
- macos-14
# - macos-14

steps:
- name: Checkout code
Expand All @@ -46,6 +46,7 @@ jobs:
echo "$GITHUB_WORKSPACE"
ls -lsa "$GITHUB_WORKSPACE"
cat "${GITHUB_WORKSPACE}/package.json"
docker run hello-world
- name: Setup lando ${{ matrix.lando-version }}
uses: lando/setup-lando@v2
with:
Expand Down

0 comments on commit 9480880

Please sign in to comment.