Compare commits
4 Commits
zramsay-pa
...
main
Author | SHA1 | Date | |
---|---|---|---|
34a33761e8 | |||
49393d63b6 | |||
74103d107e | |||
9408395197 |
21
.gitea/workflows/now.yaml
Normal file
21
.gitea/workflows/now.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user