Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 18, 2024
1 parent 99cabf4 commit 01e4f38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/xtracfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ name: xtracfg
on: [push]

jobs:
debug:
runs-on: macos-latest
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
NPM_TOKEN: ${{ secrets.npm_rw_token }}
with:
limit-access-to-actor: true
build_libraries:
if: ${{ github.ref_name == 'main' }}
runs-on: ${{ matrix.os.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -139,6 +149,7 @@ jobs:
retention-days: 1

publish_npm:
if: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
needs: build_libraries
defaults:
Expand Down

0 comments on commit 01e4f38

Please sign in to comment.