test(cli): fix launcher tests for specFileRetries -1 initialization (… #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Continuous Releases | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| build: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| packages: read | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: ⬇️ Checkout Code | |
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - name: 🧑🔧 Get Core Dependencies | |
| uses: ./.github/workflows/actions/get-core-dependencies | |
| - name: 👷 Bootstrap Packages | |
| run: pnpm run setup | |
| shell: bash | |
| env: | |
| NODE_ENV: production | |
| GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} | |
| - name: Publish | |
| run: pnpx pkg-pr-new publish --pnpm './packages/*' |