Simplify test workflow - remove external actions
Some checks failed
Test Workflow / test (push) Failing after 0s
Some checks failed
Test Workflow / test (push) Failing after 0s
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user