modified: .forgejo/workflows/test.yml
Some checks failed
Testing / test (push) Has been cancelled

This commit is contained in:
Mrrp 2024-11-18 20:46:50 -08:00
parent cd75367045
commit 8baba8a426

View file

@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Set up Unit test script
run: chmod +x ./.forgejo/workflows/run-tests.sh
- name: Run Unit tests
run: ./.forgejo/workflows/run-tests.sh