Skip to content

Commit

Permalink
Check paths in macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Jul 18, 2024
1 parent c22161e commit 5d53fde
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-paths.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Check paths"

on:
push:
branches:
- main

jobs:
run-squish-tests:
strategy:
matrix:
os:
- macOS-latest
runs-on: ${{matrix.os}}
steps:

- name: Take desktop screenshot
if: ${{ always() }}
run: |
ls $HOME -la

0 comments on commit 5d53fde

Please sign in to comment.