Compare commits

..

4 Commits

Author SHA1 Message Date
34a33761e8 Update .gitea/workflows/now.yaml
All checks were successful
Smoke Test / Run basic test suite (push) Successful in 7s
2023-09-22 19:19:54 +00:00
49393d63b6 Add checkit
Some checks failed
Gitea / Zach-Chops-Wood (push) Failing after 10s
2023-09-22 18:28:52 +00:00
74103d107e Add .gitea/workflows/now.yaml
Some checks failed
Gitea / Zach-Chops-Wood (push) Failing after 3s
2023-09-22 18:27:43 +00:00
9408395197 test smth (#1)
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 12s
Reviewed-on: #1
2023-09-22 18:13:22 +00:00
2 changed files with 22 additions and 0 deletions

21
.gitea/workflows/now.yaml Normal file
View File

@ -0,0 +1,21 @@
name: Smoke Test
on:
pull_request:
branches: '*'
push:
branches: '*'
# Needed until we can incorporate docker startup into the executor container
env:
DOCKER_HOST: unix:///var/run/dind.sock
jobs:
test:
name: "Run basic test suite"
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
uses: actions/checkout@v3
- name: "Print Date"
run: date

1
checkit Normal file
View File

@ -0,0 +1 @@
hello