Test docker
This commit is contained in:
parent
b15426f277
commit
9830270ec2
2 changed files with 15 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All good!
|
15
.forgejo/workflows/website.yaml
Normal file
15
.forgejo/workflows/website.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'website/**'
|
||||
- '.forgejo/workflows/website.yml'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Test docker
|
||||
run: docker ps
|
Loading…
Add table
Add a link
Reference in a new issue