From f9132965db2a442cf72a8cadfe1fc0eb0d1a215e Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 18 Mar 2025 20:40:24 +0330 Subject: [PATCH] testing action --- .forgejo/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index ea18b70..7405f5f 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -8,7 +8,14 @@ on: jobs: upload: runs-on: ubuntu-latest + container: + image: archlinux/archlinux:base-devel + privileged: true + steps: + - name: nodejs + - run: pacman -Syu --noconfirm nodejs + - name: Checkout repository uses: actions/checkout@v4