Skip to content

Commit

Permalink
DEBUG4
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Jan 4, 2024
1 parent edcd578 commit 12c1f26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
executable: "~/Applications/Element.app/Contents/MacOS/Element"
prepare_cmd: |
hdiutil attach ./dist/*.dmg -mountpoint /Volumes/Element &&
cp -r /Volumes/Element/Element.app ~/Applications/ &&
rsync -a /Volumes/Element/Element.app ~/Applications/ &&
hdiutil detach /Volumes/Element
- name: "Linux (amd64) (sqlcipher: system)"
os: ubuntu
Expand Down Expand Up @@ -166,6 +166,10 @@ jobs:
path: ${{ matrix.executable }}
name: ${{ matrix.artifact }}-executable
retention-days: 1
- name: DEBUG2
run: |
ls -lah ${{ matrix.executable }}
tree ${{ matrix.executable }}
- name: Run tests
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1
Expand Down

0 comments on commit 12c1f26

Please sign in to comment.