Skip to content

Fix lock not being released on binary URL redirect fetch failure that happened on Alpine Linux #1044

Fix lock not being released on binary URL redirect fetch failure that happened on Alpine Linux

Fix lock not being released on binary URL redirect fetch failure that happened on Alpine Linux #1044

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install packages
run: npm ci
- name: Run tests
run: npm run test:ci
- name: Move MySQLMSN directory for GitHub Actions upload
if: ${{ failure() }}
env:
MOVE_MYSQLMSN_TO: /tmp/mysqlmsn
run: npx ts-node tests/ci/DirMoveGitHubActions.ts
- name: Upload mysqlmsn directory
if: ${{ failure() }}
uses: actions/[email protected]
with:
name: ci-mysqlmsn-dir
path: /tmp/mysqlmsn
compression-level: 9