Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python }}
Expand All @@ -44,12 +39,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm
registry-url: https://registry.npmjs.org
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PYTHON_NODE_NPM_TOKEN }}" > ~/.npmrc
- name: Install dependencies
run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.PYTHON_NODE_NPM_TOKEN }}
- name: Run Full Test Suite
shell: bash
run: pnpm test
- run: pnpm install
- run: pnpm test
2 changes: 0 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: pnpm install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.PYTHON_NODE_NPM_TOKEN }}
- name: Bump version and commit
run: |
pnpm version ${{ inputs.version }} --no-git-tag-version
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@fastify/static": "^8.2.0",
"@platformatic/python-node": "^0.1.10",
"@platformatic/python-node": "^1.0.0",
"@platformatic/service": "^3.0.0",
"fastify-plugin": "^5.0.0"
},
Expand All @@ -41,7 +41,6 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted",
"scope": "@platformatic"
},
"engines": {
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading