ci: add temporary ubuntu test workflow
This commit is contained in:
parent
7d76c5168b
commit
c1f5f5804d
11
.github/workflows/test-ubuntu.yml
vendored
Normal file
11
.github/workflows/test-ubuntu.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Test Ubuntu Runner
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo "GitHub Actions works"
|
||||
Loading…
x
Reference in New Issue
Block a user