Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix integration tests failing on Debian Buster EOL (#1918) (#1919)#227

Fix integration tests failing on Debian Buster EOL (#1918) (#1919)

Fix integration tests failing on Debian Buster EOL (#1918) (#1919) #227

Workflow file for this run

name:Deploy Production Dependencies and Code 🚀
on:
workflow_dispatch:
push:
branches:
-'releases/v*'
tags-ignore:
-'*.*'
jobs:
build:
name:Build Production
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v5.0.0
-uses:actions/setup-node@v6.0.0
with:
node-version-file:'.node-version'
registry-url:'https://registry.npmjs.org'
-name:Install Yarn
run:npm install -g yarn
-name:Clobber lib
run:rm -rf lib
-name:Set up .gitignore
run:|
sed -i -e's/^lib/# lib/' -e's/^node_module/# node_modules/' .gitignore
-name:Build
run:|
yarn install --frozen-lockfile
yarn build
-name:Install Production node_modules
run:|
yarn install --production --frozen-lockfile
-name:Commit and Push
# Keep the run green if the commit fails for the lack of changes
continue-on-error:True
run:|
git config user.email "${{ secrets.GIT_CONFIG_EMAIL }}"
git config user.name "${{ secrets.GIT_CONFIG_NAME }}"
git add .
git commit -m "Deploy Production Code for Commit ${{ github.sha }} 🚀"
git push

[8]ページ先頭

©2009-2025 Movatter.jp