Skip to content

Commit

Permalink
DEBUG
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 ceda9ee commit b5664e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@ jobs:
if: runner.os != 'Linux'
run: npx @electron/fuses write --app ${{ matrix.executable }} EnableNodeCliInspectArguments=on

# TODO remove me
- name: DEBUG
uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.artifact }}
path: ${{ matrix.name }}-artifact
retention-days: 1

- name: Run tests
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1
timeout-minutes: 5
Expand Down

0 comments on commit b5664e3

Please sign in to comment.