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