Update .forgejo/workflows/demo.yaml
/ test (push) Failing after 1m9s Details

This commit is contained in:
Martyn 2024-03-08 15:46:01 +00:00
parent 2f5fae26c7
commit c143a4626f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ on: [push]
jobs:
test:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4