forked from EXT/VR180-Web-Player
workflow changes
This commit is contained in:
@@ -60,8 +60,9 @@ jobs:
|
|||||||
- name: Install AWS CLI
|
- name: Install AWS CLI
|
||||||
run: |
|
run: |
|
||||||
if ! command -v aws >/dev/null 2>&1; then
|
if ! command -v aws >/dev/null 2>&1; then
|
||||||
python3 -m pip install --user awscli
|
apt-get update
|
||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
apt-get install -y --no-install-recommends awscli
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build static site
|
- name: Build static site
|
||||||
|
|||||||
@@ -7,17 +7,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:22-bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 22
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user