testing again again again
Some checks failed
CI – Multi‑arch build & test / arm64 (pull_request) Failing after 3s
CI – Multi‑arch build & test / amd64 (pull_request) Failing after 4s

This commit is contained in:
Aaron Honeycutt 2026-02-02 12:36:35 -07:00
parent d443c5a1fd
commit a974ea0bb7

View file

@ -20,6 +20,11 @@ jobs:
echo "📦 Repository: ${{ forgejo.repository }}"
echo "📂 Workspace: ${{ forgejo.workspace }}"
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v6
@ -34,6 +39,11 @@ jobs:
cat /etc/os-release
uname -m
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v6