mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
move to self hosted runner for coverage
This commit is contained in:
4
.github/workflows/Coverage.yml
vendored
4
.github/workflows/Coverage.yml
vendored
@@ -11,13 +11,13 @@ on:
|
||||
jobs:
|
||||
cover:
|
||||
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: self-hosted
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
node-version: 20
|
||||
|
||||
# As our package has a postInstall script, which in turn calls `npm run build`, hence we do not need a explicit job for that
|
||||
- name: Install Dependencies & Build 3dmol.js
|
||||
|
||||
Reference in New Issue
Block a user