Add test workflow to .github/workflows path
Some checks failed
Test Workflow / test (push) Failing after 10s
Some checks failed
Test Workflow / test (push) Failing after 10s
This commit is contained in:
9
.github/workflows/test.yml
vendored
Normal file
9
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Test Workflow
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: linux-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "Hello from Forgejo Actions!"
|
||||
- run: uname -a
|
||||
Reference in New Issue
Block a user