Simplify test workflow - remove external actions
Some checks failed
Test Workflow / test (push) Failing after 0s

This commit is contained in:
2026-02-14 23:45:20 -05:00
parent 8e5a56bf02
commit 93c489a115

View File

@@ -4,6 +4,7 @@ jobs:
test: test:
runs-on: linux-x64 runs-on: linux-x64
steps: steps:
- uses: actions/checkout@v3
- run: echo "Hello from Forgejo Actions!" - run: echo "Hello from Forgejo Actions!"
- run: uname -a - run: uname -a
- run: id
- run: docker ps