Compare commits

..

1 Commits

Author SHA1 Message Date
5fac472710 try 2023-09-22 18:11:26 +00:00
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
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

View File

@ -1 +0,0 @@
hello