Skip to content

Commit

Permalink
DEBUG5
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 12c1f26 commit 53a657e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ jobs:
if: matrix.prepare_cmd

# This is required for Playwright testing
- name: Set EnableNodeCliInspectArguments fuse enabled (sudo)
if: runner.os == 'Linux'
run: sudo npx @electron/fuses write --app ${{ matrix.executable }} EnableNodeCliInspectArguments=on
- name: Set EnableNodeCliInspectArguments fuse enabled
if: runner.os != 'Linux'
run: npx @electron/fuses write --app ${{ matrix.executable }} EnableNodeCliInspectArguments=on
run: $RUN_AS npx @electron/fuses write --app ${{ matrix.executable }} EnableNodeCliInspectArguments=on
env:
# We need sudo on Linux as it is installed in /opt/
RUN_AS: ${{ runner.os == 'Linux' && 'sudo' || '' }}

# TODO remove me
- name: DEBUG
Expand All @@ -167,6 +166,7 @@ jobs:
name: ${{ matrix.artifact }}-executable
retention-days: 1
- name: DEBUG2
if: always() && runner.os == 'macOS'
run: |
ls -lah ${{ matrix.executable }}
tree ${{ matrix.executable }}
Expand Down

0 comments on commit 53a657e

Please sign in to comment.